Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Goodman authored Aug 2, 2024
1 parent fa91af5 commit ddf197f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ jobs:

- name: Use LLVM
run: clang --version

- name: Install ninja-build tool
uses: trail-of-forks/gha-setup-ninja@master


- name: Install CMake
uses: trail-of-forks/actions-setup-cmake@master
with:
Expand Down Expand Up @@ -80,6 +77,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build
uses: trail-of-forks/gha-setup-ninja@master
run: |
CXXFLAGS="-g0" \
Expand Down

0 comments on commit ddf197f

Please sign in to comment.