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 91fb05d commit 3069945Copy full SHA for 3069945
.github/workflows/build-everything.yml
@@ -38,7 +38,7 @@ jobs:
38
repository: srcwr/srcwrtimer
39
path: srcwrtimer
40
- name: Install cargo-binstall
41
- uses: cargo-bins/cargo-binstall@v1.10.12
+ uses: cargo-bins/cargo-binstall@v1.15.6
42
- name: Install the cargo bins we use...
43
shell: pwsh
44
run: |
@@ -55,7 +55,7 @@ jobs:
55
- name: Setup SourcePawn Compiler
56
uses: rumblefrog/[email protected]
57
with:
58
- version: '1.12.7210' ### UPDATE Makefile.toml whenever this is updated.
+ version: '1.12.7212' ### UPDATE Makefile.toml whenever this is updated.
59
- name: Setup Zig
60
uses: mlugg/setup-zig@v1
61
0 commit comments