Skip to content

Commit

Permalink
fix args for install script
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Dec 10, 2024
1 parent 193eadf commit 08e4dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-latest-oneapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: install oneAPI
if: steps.cache-install.outputs.cache-hit != 'true'
run: ./.github/actions/install-oneapi/install_linux.sh $LINUX_BASEKIT_URL $LINUX_DPCPP_COMPONENTS_WEB
run: ./.github/actions/install-oneapi/install_linux.sh ${{ matrix.LINUX_BASEKIT_URL }} ${{ env.LINUX_DPCPP_COMPONENTS_WEB }}

- name: exclude unused files from oneAPI cache
if: steps.cache-install.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 08e4dda

Please sign in to comment.