Skip to content

Commit ae81bda

Browse files
committed
Forgot to update the one that was actually failing
1 parent 9103e9c commit ae81bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/typescript-napi-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
apk add gcompat
8484
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
8585
- run: echo RUSTFLAGS="-C target-feature=-crt-static" >> "${GITHUB_ENV}"
86-
- uses: actions/checkout@v3
87-
- uses: actions-rs/toolchain@v1
86+
- uses: actions/checkout@v4
87+
- uses: IronCoreLabs/rust-toolchain@v1
8888
with:
8989
profile: minimal
9090
toolchain: ${{ matrix.rust_version }}

0 commit comments

Comments
 (0)