Skip to content

Commit 8228dbf

Browse files
committed
Fix CI by using another action to get-ninja
1 parent 45dcc56 commit 8228dbf

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)