Skip to content

Commit

Permalink
CI: Use supported Ninja installation method
Browse files Browse the repository at this point in the history
Signed-off-by: Reto Schneider <code@reto-schneider.ch>
Signed-off-by: Scott Bertin <sbertin@telular.com>
  • Loading branch information
rettichschnidi authored and sbertin-telular committed Nov 18, 2020
1 parent 778eeec commit cd9a2a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
uses: lukka/get-cmake@latest

- name: Install Ninja
uses: ashutoshvarma/setup-ninja@master
with:
version: 1.10.0
uses: seanmiddleditch/gha-setup-ninja@master

- name: Build and execute unit tests
run: |
Expand Down

0 comments on commit cd9a2a2

Please sign in to comment.