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 9103e9c commit ae81bdaCopy full SHA for ae81bda
.github/workflows/typescript-napi-ci.yaml
@@ -83,8 +83,8 @@ jobs:
83
apk add gcompat
84
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
85
- run: echo RUSTFLAGS="-C target-feature=-crt-static" >> "${GITHUB_ENV}"
86
- - uses: actions/checkout@v3
87
- - uses: actions-rs/toolchain@v1
+ - uses: actions/checkout@v4
+ - uses: IronCoreLabs/rust-toolchain@v1
88
with:
89
profile: minimal
90
toolchain: ${{ matrix.rust_version }}
0 commit comments