Skip to content

Commit d3ce395

Browse files
committed
Fix missing version for setup-ninja
1 parent 17b4c34 commit d3ce395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-installer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
with:
1919
cmake-version: '3.31.6'
2020

21-
- name: Set up Ninja
22-
uses: seanmiddleditch/gha-setup-ninja@
21+
- name: Setup Ninja
22+
uses: ashutoshvarma/setup-ninja@master
2323

2424
- name: Install NSIS
2525
run: choco install nsis -y

0 commit comments

Comments
 (0)