There was an error while loading. Please reload this page.
2 parents 1a280f8 + 859a2b2 commit a5536c8Copy full SHA for a5536c8
1 file changed
.github/workflows/build-natives.yaml
@@ -185,7 +185,7 @@ jobs:
185
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.checkout-ref || github.ref }}
186
submodules: true
187
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
188
- - uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1
+ - uses: actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0
189
- run: cargo build --target x86_64-unknown-linux-gnu --profile ${PROFILE}
190
env:
191
PROFILE: ${{ env._RUST_BUILD_CONFIG == 'debug' && 'dev' || env._RUST_BUILD_CONFIG }}
0 commit comments