File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -128,21 +128,6 @@ jobs:
128128 sudo apt-get install intel-oneapi-compiler-fortran
129129 sudo apt-get install intel-oneapi-compiler-dpcpp-cpp
130130
131- - name : Install Intel oneAPI compiler (OSX)
132- if : contains(matrix.os, 'macos') && steps.cache-install.outputs.cache-hit != 'true'
133- run : |
134- curl --output webimage.dmg --url "$URL" --retry 5 --retry-delay 5
135- hdiutil attach webimage.dmg
136- if [ -z "$COMPONENTS" ]; then
137- sudo /Volumes/"$(basename "$URL" .dmg)"/bootstrapper.app/Contents/MacOS/bootstrapper -s --action install --eula=accept --continue-with-optional-error=yes --log-dir=.
138- installer_exit_code=$?
139- else
140- sudo /Volumes/"$(basename "$URL" .dmg)"/bootstrapper.app/Contents/MacOS/bootstrapper -s --action install --components="$COMPONENTS" --eula=accept --continue-with-optional-error=yes --log-dir=.
141- installer_exit_code=$?
142- fi
143- hdiutil detach /Volumes/"$(basename "$URL" .dmg)" -quiet
144- exit $installer_exit_code
145-
146131 - name : Setup Intel oneAPI environment
147132 run : |
148133 source /opt/intel/oneapi/setvars.sh
You can’t perform that action at this time.
0 commit comments