Skip to content

Commit 45f8131

Browse files
committed
Added yasm to build
1 parent 9fe03fd commit 45f8131

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [macos-latest, windows-latest]
20-
build_type: [Debug, Release]
20+
# build_type: [Debug, Release]
2121
fail-fast: false
2222

2323
steps:
2424
- uses: actions/checkout@v2
2525

26+
- name: Install MacOS dependencies
27+
if: runner.os == 'macOS'
28+
run: brew install yasm
29+
2630
- name: Configure CMake
2731
run: cmake --log-level=VERBOSE
2832

0 commit comments

Comments
 (0)