Skip to content

Commit

Permalink
chore: bump Intel SDE for coverage tests (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored Jan 28, 2024
1 parent 2535c43 commit fd66e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install Intel SDE
run: |
curl -fsSLo ${HOME}/sde.tar.xz https://downloadmirror.intel.com/777395/sde-external-9.21.1-2023-04-24-lin.tar.xz
curl -fsSLo ${HOME}/sde.tar.xz https://downloadmirror.intel.com/813591/sde-external-9.33.0-2024-01-07-lin.tar.xz
mkdir ${HOME}/sde
tar -C ${HOME}/sde --strip-components 1 -xf ${HOME}/sde.tar.xz
echo "PATH=${HOME}/sde:${PATH}" >> $GITHUB_ENV
Expand Down

0 comments on commit fd66e81

Please sign in to comment.