We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e042b7 commit 940f025Copy full SHA for 940f025
.github/workflows/build-everything.yml
@@ -39,7 +39,7 @@ jobs:
39
repository: srcwr/srcwrtimer
40
path: srcwrtimer
41
- name: Install cargo-binstall
42
- uses: cargo-bins/cargo-binstall@v1.15.6
+ uses: cargo-bins/cargo-binstall@main
43
- name: Install the cargo bins we use...
44
shell: pwsh
45
run: |
@@ -56,7 +56,7 @@ jobs:
56
- name: Setup SourcePawn Compiler
57
uses: rumblefrog/[email protected]
58
with:
59
- version: '1.12.7212' ### UPDATE Makefile.toml whenever this is updated.
+ version: '1.12.7221' ### UPDATE Makefile.toml whenever this is updated.
60
- name: Setup Zig
61
uses: mlugg/setup-zig@v1
62
0 commit comments