Use gcc@11 under MacOS

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