Skip to content

Commit f443406

Browse files
committed
try another version
1 parent b391737 commit f443406

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
run: |
7070
curl -L -O https://raw.githubusercontent.com/illinois-scicomp/machine-shop-maintenance/main/install-intel-icd.sh
7171
sed -i \
72-
-e '0,/^VERSION=/s|^VERSION=.*|VERSION=oclcpuexp-2025.21.10.0.10_160000_rel|' \
73-
-e '0,/^RELEASE=/s|^RELEASE=.*|RELEASE="2025-WW45"|' \
74-
-e '0,/^TBB_VERSION=/s|^TBB_VERSION=.*|TBB_VERSION=2022.2.0|' \
72+
-e '0,/^VERSION=/s|^VERSION=.*|VERSION=oclcpuexp-2025.20.6.0.04_224945_rel|' \
73+
-e '0,/^RELEASE=/s|^RELEASE=.*|RELEASE="2025-WW27"|' \
74+
-e '0,/^TBB_VERSION=/s|^TBB_VERSION=.*|TBB_VERSION=2022.1.0|' \
7575
install-intel-icd.sh
7676
sudo bash ./install-intel-icd.sh
7777
@@ -99,9 +99,9 @@ jobs:
9999
run: |
100100
curl -L -O https://raw.githubusercontent.com/illinois-scicomp/machine-shop-maintenance/main/install-intel-icd.sh
101101
sed -i \
102-
-e '0,/^VERSION=/s|^VERSION=.*|VERSION=oclcpuexp-2025.21.10.0.10_160000_rel|' \
103-
-e '0,/^RELEASE=/s|^RELEASE=.*|RELEASE="2025-WW45"|' \
104-
-e '0,/^TBB_VERSION=/s|^TBB_VERSION=.*|TBB_VERSION=2022.2.0|' \
102+
-e '0,/^VERSION=/s|^VERSION=.*|VERSION=oclcpuexp-2025.20.6.0.04_224945_rel|' \
103+
-e '0,/^RELEASE=/s|^RELEASE=.*|RELEASE="2025-WW27"|' \
104+
-e '0,/^TBB_VERSION=/s|^TBB_VERSION=.*|TBB_VERSION=2022.1.0|' \
105105
install-intel-icd.sh
106106
sudo bash ./install-intel-icd.sh
107107

0 commit comments

Comments
 (0)