-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update sm & binstall & cargo update; cargo update -p idna_adapter --p…
…recise 1.1.1
- Loading branch information
Showing
3 changed files
with
139 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
run: echo "GITHUB_SHA_SHORT=${GITHUB_SHA::7}" >> $GITHUB_ENV | ||
- uses: actions/checkout@v4 | ||
- name: Install cargo-binstall | ||
uses: cargo-bins/[email protected].9 | ||
uses: cargo-bins/[email protected].12 | ||
- name: Install the cargo bins we use... | ||
shell: pwsh | ||
run: | | ||
|
@@ -37,7 +37,7 @@ jobs: | |
- name: Setup SourcePawn Compiler | ||
uses: rumblefrog/[email protected] | ||
with: | ||
version: '1.12.7164' ### UPDATE Makefile.toml whenever this is updated. | ||
version: '1.12.7165' ### UPDATE Makefile.toml whenever this is updated. | ||
- name: Setup Zig | ||
uses: mlugg/setup-zig@v1 | ||
with: | ||
|
Oops, something went wrong.