Skip to content

Commit d72a561

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ jobs:
99
with:
1010
submodules: recursive
1111
- name: Install deps
12-
run: sudo apt-get install -y git cmake zip libc++1-12 libc++-12-dev libc++abi1-12
13-
- name: Print clang version
14-
run: clang++ -v
12+
run: sudo apt-get install -y git cmake zip libc++1-12 libc++abi-12-dev libc++-12-dev libc++abi1-12
1513
- name: Build
1614
run: mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=clang++-12 -DCMAKE_INSTALL_PREFIX=../sdk/ .. && make && make install && cd ..
1715
- name: Pack the SDK and modloader

0 commit comments

Comments
 (0)