Skip to content

Commit

Permalink
build: use updated version of setup-ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpilot2 committed May 24, 2023
1 parent 3a4f98f commit 8d3f434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
fetch-depth: 0

- uses: seanmiddleditch/gha-setup-ninja@master
- uses: abdes/gha-setup-ninja@master

- name: Setup Windows environment
uses: ilammy/msvc-dev-cmd@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0

- uses: seanmiddleditch/gha-setup-ninja@master
- uses: abdes/gha-setup-ninja@master

- name: Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 8d3f434

Please sign in to comment.