Skip to content

Commit cb731ae

Browse files
authored
Merge pull request #9 from KDAB/dantti/fix_ci
Fix CI by using another action to get-ninja
2 parents 45dcc56 + 8228dbf commit cb731ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sudo apt install -y doxygen graphviz
3434
3535
- name: Install ninja-build tool
36-
uses: turtlesec-no/get-ninja@main
36+
uses: aseprite/get-ninja@main
3737

3838
- name: Checkout sources
3939
uses: actions/checkout@v4

0 commit comments

Comments
 (0)