We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84343a8 commit d72a561Copy full SHA for d72a561
.github/workflows/build.yml
@@ -9,9 +9,7 @@ jobs:
9
with:
10
submodules: recursive
11
- 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
+ run: sudo apt-get install -y git cmake zip libc++1-12 libc++abi-12-dev libc++-12-dev libc++abi1-12
15
- name: Build
16
run: mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=clang++-12 -DCMAKE_INSTALL_PREFIX=../sdk/ .. && make && make install && cd ..
17
- name: Pack the SDK and modloader
0 commit comments