Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Silv3S committed Feb 5, 2024
1 parent 173d98f commit e50e15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-xpu-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/163da6e4-56eb-4948-aba3-debcec61c064/l_BaseKit_p_2024.0.1.46_offline.sh -P $HOME/basekit
chmod +x $HOME/basekit/l_BaseKit_p_2024.0.1.46_offline.sh
bash $HOME/basekit/l_BaseKit_p_2024.0.1.46_offline.sh oneapi_installer.sh -f "$HOME/basekit" -a --install-dir "$HOME/basekit" --eula=accept --silent
bash $HOME/basekit/l_BaseKit_p_2024.0.1.46_offline.sh -f "$HOME/basekit" -a --install-dir "$HOME/basekit" --eula=accept --silent
source $HOME/intel/oneapi/setvars.sh
- name: Setup MPI (mpich)
Expand Down

0 comments on commit e50e15d

Please sign in to comment.