Skip to content

Commit 36b9558

Browse files
committed
update some build versions
1 parent ebefbda commit 36b9558

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-everything.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# checkout current repo...
3131
- uses: actions/checkout@v4
3232
- name: Install cargo-binstall
33-
uses: cargo-bins/cargo-binstall@v1.15.6
33+
uses: cargo-bins/cargo-binstall@main
3434
- name: Install the cargo bins we use...
3535
shell: pwsh
3636
run: |
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup SourcePawn Compiler
4646
uses: rumblefrog/[email protected]
4747
with:
48-
version: '1.12.7212' ### UPDATE Makefile.toml whenever this is updated.
48+
version: '1.12.7221' ### UPDATE Makefile.toml whenever this is updated.
4949
- name: Setup Zig
5050
uses: mlugg/setup-zig@v1
5151
with:

Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ HOSTZIGTOOLCHAIN = { source = "${OS}", default_value = "x86_64-linux", mapping =
8686

8787
MMBRANCH="1.12-dev" # Not always instep with SM versions.
8888
SMSHORTVER="1.12" ### UPDATE .github/workflows/build-everything.yml whenever this is updated.
89-
SMBINVER="sourcemod-1.12.0-git7212-${HOSTOSPLAIN}" ### UPDATE .github/workflows/build-everything.yml whenever this is updated.
89+
SMBINVER="sourcemod-1.12.0-git7221-${HOSTOSPLAIN}" ### UPDATE .github/workflows/build-everything.yml whenever this is updated.
9090
SMBINEXT = { source = "${OS}", default_value = "tar.gz", mapping = {"Windows_NT" = "zip"} }
9191
SPCOMP = { source = "${OS}", default_value = "spcomp64", mapping = {"Windows_NT" = "spcomp"} }
9292

0 commit comments

Comments
 (0)