Skip to content

Commit 940f025

Browse files
committed
update workflow
1 parent 9e042b7 commit 940f025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-everything.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
repository: srcwr/srcwrtimer
4040
path: srcwrtimer
4141
- name: Install cargo-binstall
42-
uses: cargo-bins/cargo-binstall@v1.15.6
42+
uses: cargo-bins/cargo-binstall@main
4343
- name: Install the cargo bins we use...
4444
shell: pwsh
4545
run: |
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup SourcePawn Compiler
5757
uses: rumblefrog/[email protected]
5858
with:
59-
version: '1.12.7212' ### UPDATE Makefile.toml whenever this is updated.
59+
version: '1.12.7221' ### UPDATE Makefile.toml whenever this is updated.
6060
- name: Setup Zig
6161
uses: mlugg/setup-zig@v1
6262
with:

0 commit comments

Comments
 (0)