Skip to content

Commit

Permalink
Merge pull request #42 from andreacasalino/BetterCi
Browse files Browse the repository at this point in the history
remove unix file from actions
  • Loading branch information
andreacasalino authored Feb 4, 2024
2 parents f69fbfb + 09db102 commit 4c92c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
include:
- name: ubuntu-gcc
os: ubuntu-latest
compiler_opt: "-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -G \"Unix Makefiles\" -DBUILD_EFG_COMPILER_CHECK=ON"
compiler_opt: "-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DBUILD_EFG_COMPILER_CHECK=ON"
build_system: '-G Ninja'
- name: ubuntu-clang
os: ubuntu-latest
compiler_opt: "-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -G \"Unix Makefiles\" -DBUILD_EFG_COMPILER_CHECK=ON"
compiler_opt: "-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DBUILD_EFG_COMPILER_CHECK=ON"
build_system: '-G Ninja'
- name: windows-VS
os: windows-latest
Expand Down

0 comments on commit 4c92c1e

Please sign in to comment.