Skip to content

Commit

Permalink
fix env var set, prtest:linux-x64
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulchaphalkar committed Nov 19, 2024
1 parent 1031b70 commit d5403ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ jobs:
run: |
curl -O https://downloadmirror.intel.com/831748/sde-external-9.44.0-2024-08-22-lin.tar.xz
tar xf sde-external-9.44.0-2024-08-22-lin.tar.xz
echo "export SDE=$PWD/sde-external-9.44.0-2024-08-22-lin/sde" >> $GITHUB_ENV
echo "SDE=$PWD/sde-external-9.44.0-2024-08-22-lin/sde" >> $GITHUB_ENV
if: matrix.os == 'ubuntu-latest' && matrix.sde == true

# Record some CPU details; this is helpful information if tests fail due
Expand Down

0 comments on commit d5403ef

Please sign in to comment.