Skip to content

Commit

Permalink
Install nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Jan 24, 2025
1 parent d08ca7c commit 74e8271
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ jobs:
script: |
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Install build-time dependencies
run: |
sudo apt-get update
sudo apt-get install -y nasm
- name: Build & Test
uses: ashutoshvarma/action-cmake-build@master
with:
Expand Down

0 comments on commit 74e8271

Please sign in to comment.