Skip to content

Commit

Permalink
Ok avec clang++ -14
Browse files Browse the repository at this point in the history
  • Loading branch information
meynardc authored Dec 12, 2023
1 parent 8aada49 commit e6b4b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_mmvii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: cmake -S MMVII -B MMVII/build -DCMAKE_BUILD_TYPE=Release
env:
CXX: clang++-14
CC: clang-14

- name: Build MMVII first stage, build base code
run: cmake --build MMVII/build -j 4
Expand All @@ -52,7 +53,6 @@ jobs:


build_win:
if: false
runs-on: windows-latest

steps:
Expand Down

0 comments on commit e6b4b76

Please sign in to comment.