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 d45751d commit 996c875Copy full SHA for 996c875
.github/workflows/fuzz.yml
@@ -59,7 +59,7 @@ jobs:
59
run: cargo install cargo-fuzz
60
- name: Install Intel SDE
61
if: ${{ matrix.target.tuple == 'x86_64-unknown-linux-gnu' }}
62
- uses: petarpetrovt/setup-sde@v2.4
+ uses: petarpetrovt/setup-sde@v3.0
63
- name: Set up Intel SDE as runner
64
65
run: echo CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="${SDE_PATH}/sde64 -spr --" >> $GITHUB_ENV
0 commit comments