Skip to content

Commit

Permalink
Added yasm to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ffAudio committed Oct 15, 2023
1 parent 9fe03fd commit 45f8131
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest]
build_type: [Debug, Release]
# build_type: [Debug, Release]
fail-fast: false

steps:
- uses: actions/checkout@v2

- name: Install MacOS dependencies
if: runner.os == 'macOS'
run: brew install yasm

- name: Configure CMake
run: cmake --log-level=VERBOSE

Expand Down

0 comments on commit 45f8131

Please sign in to comment.