File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -128,21 +128,6 @@ jobs:
128
128
sudo apt-get install intel-oneapi-compiler-fortran
129
129
sudo apt-get install intel-oneapi-compiler-dpcpp-cpp
130
130
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
-
146
131
- name : Setup Intel oneAPI environment
147
132
run : |
148
133
source /opt/intel/oneapi/setvars.sh
You can’t perform that action at this time.
0 commit comments