Skip to content

Commit 48c3885

Browse files
committed
clean CI code
1 parent 4e97662 commit 48c3885

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Diff for: .github/workflows/CI.yml

-15
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)