Skip to content

Commit 84343a8

Browse files
authored
CI: attempt 5
1 parent 2849b53 commit 84343a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Print clang version
1414
run: clang++ -v
1515
- name: Build
16-
run: mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=clang++12 -DCMAKE_INSTALL_PREFIX=../sdk/ .. && make && make install && cd ..
16+
run: mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=clang++-12 -DCMAKE_INSTALL_PREFIX=../sdk/ .. && make && make install && cd ..
1717
- name: Pack the SDK and modloader
1818
run: |
1919
mkdir artifacts && cd sdk &&

0 commit comments

Comments
 (0)