Skip to content

Commit

Permalink
CI: attempt 5
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMrARM authored Nov 4, 2023
1 parent 2849b53 commit 84343a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Print clang version
run: clang++ -v
- name: Build
run: mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=clang++12 -DCMAKE_INSTALL_PREFIX=../sdk/ .. && make && make install && cd ..
run: mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=clang++-12 -DCMAKE_INSTALL_PREFIX=../sdk/ .. && make && make install && cd ..
- name: Pack the SDK and modloader
run: |
mkdir artifacts && cd sdk &&
Expand Down

0 comments on commit 84343a8

Please sign in to comment.