Update ncc.yml
Trying sudo
This commit is contained in:
parent
f66425596a
commit
d73bb9a6c7
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ncc.yml
vendored
8
.github/workflows/ncc.yml
vendored
|
@ -22,8 +22,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update -yqq
|
sudo apt update -yqq
|
||||||
apt install git libpq-dev zip make wget gnupg -yqq
|
sudo apt install git libpq-dev zip make wget gnupg -yqq
|
||||||
|
|
||||||
# Install phive
|
# Install phive
|
||||||
wget -O phive.phar https://phar.io/releases/phive.phar
|
wget -O phive.phar https://phar.io/releases/phive.phar
|
||||||
|
@ -34,13 +34,13 @@ jobs:
|
||||||
mv phive.phar /usr/local/bin/phive
|
mv phive.phar /usr/local/bin/phive
|
||||||
|
|
||||||
# Install phab
|
# Install phab
|
||||||
phive install phpab --global --trust-gpg-keys 0x2A8299CE842DD38C
|
sudo phive install phpab --global --trust-gpg-keys 0x2A8299CE842DD38C
|
||||||
|
|
||||||
# Install the latest version of ncc (Nosial Code Compiler)
|
# Install the latest version of ncc (Nosial Code Compiler)
|
||||||
git clone https://git.n64.cc/nosial/ncc.git
|
git clone https://git.n64.cc/nosial/ncc.git
|
||||||
cd ncc
|
cd ncc
|
||||||
make redist
|
make redist
|
||||||
php build/src/INSTALL --auto --install-composer
|
sudo php build/src/INSTALL --auto --install-composer
|
||||||
cd .. && rm -rf ncc
|
cd .. && rm -rf ncc
|
||||||
|
|
||||||
- name: Build release
|
- name: Build release
|
||||||
|
|
Loading…
Add table
Reference in a new issue