Skip to content

Commit

Permalink
Merge pull request #9 from KDAB/dantti/fix_ci
Browse files Browse the repository at this point in the history
Fix CI by using another action to get-ninja
  • Loading branch information
dantti authored May 24, 2024
2 parents 45dcc56 + 8228dbf commit cb731ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt install -y doxygen graphviz
- name: Install ninja-build tool
uses: turtlesec-no/get-ninja@main
uses: aseprite/get-ninja@main

- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit cb731ae

Please sign in to comment.