Skip to content

Commit

Permalink
Enable setup of ninja in build-and-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdiazangulo committed Jan 7, 2025
1 parent 7a5c150 commit aa4cad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: checkout repository
uses: actions/checkout@v3

# - name: setup ninja
# uses: seanmiddleditch/gha-setup-ninja@master
- name: setup ninja
uses: seanmiddleditch/gha-setup-ninja@master

# - name: getcmake
# uses: lukka/get-cmake@latest
Expand Down

0 comments on commit aa4cad8

Please sign in to comment.