Try to fix compilation under MacOS

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2023-11-30 12:53:16 -05:00
parent 3fcc0f8964
commit d2fd6654eb
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies
run: |
brew install git cmake nasm
brew install nasm
- name: Build
env:
CC: gcc-11
@@ -31,4 +31,4 @@ jobs:
CXX: g++-11
run: |
cmake -DCMAKE_ASM_COMPILER=/usr/local/bin/nasm -B build
cmake --build build --parallel 2
cmake --build build --parallel 2 --verbose