Updated stuff for NASM.
This commit is contained in:
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
@@ -12,8 +12,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: ilammy/setup-nasm@v1
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install NASM
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y nasm
|
||||
|
||||
- name: make
|
||||
run: make
|
||||
- name: make test
|
||||
|
||||
Reference in New Issue
Block a user