Update ncc.yml

Trying sudo
This commit is contained in:
Zi Xing 2023-03-05 14:19:09 -05:00 committed by GitHub
parent f66425596a
commit d73bb9a6c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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