Skip to content

Commit 996c875

Browse files
chore(deps): update petarpetrovt/setup-sde action to v3 (#670)
1 parent d45751d commit 996c875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: cargo install cargo-fuzz
6060
- name: Install Intel SDE
6161
if: ${{ matrix.target.tuple == 'x86_64-unknown-linux-gnu' }}
62-
uses: petarpetrovt/setup-sde@v2.4
62+
uses: petarpetrovt/setup-sde@v3.0
6363
- name: Set up Intel SDE as runner
6464
if: ${{ matrix.target.tuple == 'x86_64-unknown-linux-gnu' }}
6565
run: echo CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="${SDE_PATH}/sde64 -spr --" >> $GITHUB_ENV

0 commit comments

Comments
 (0)