Skip to content

Commit

Permalink
misc: Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwinci committed Aug 22, 2023
1 parent 2c2c3f8 commit 4d4f532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/it-compiles-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
steps:
- name: Install dependencies
run: >
pacman -Sy --noconfirm --needed clang nasm lld cmake ninja xorriso git
pacman -Sy --noconfirm --needed glibc clang nasm lld cmake ninja xorriso git
- name: Checkout repository
uses: actions/checkout@v3
- name: Configure source
run: >
cmake -B build -G Ninja
-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ .
- name: Build
run: ninja -C build
run: ninja -C build

0 comments on commit 4d4f532

Please sign in to comment.