nodejs?
All checks were successful
/ deploy (push) Successful in 1m16s

This commit is contained in:
Minecon724 2024-10-19 18:25:53 +02:00
parent dbf5e2a83b
commit ea953d5925
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -17,6 +17,8 @@ jobs:
run: LD_LIBRARY_PATH=/usr/include CC=x86_64-linux-gnu-gcc PROGRAM_NAME=crisc-x86_64 make && rm -rf build/obj
- name: Package for aarch64
run: LD_LIBRARY_PATH=/usr/include CC=aarch64-linux-gnu-gcc PROGRAM_NAME=crisc-aarch64 make
- run: apt install -y nodejs
- name: Upload artifact
uses: https://github.com/actions/upload-artifact@v4
with: