Skip to content

Commit

Permalink
CI: Print clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMrARM authored Nov 4, 2023
1 parent 6df782b commit 57703d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
submodules: recursive
- name: Install deps
run: sudo apt-get install -y git cmake zip libc++-dev
- name: Print clang version
run: clang++ -v
- name: Build
run: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=../sdk/ .. && make && make install && cd ..
- name: Pack the SDK and modloader
Expand Down

0 comments on commit 57703d3

Please sign in to comment.