Skip to content

Commit 6af74bd

Browse files
committed
.
1 parent d294bfd commit 6af74bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
if: matrix.compiler.cxx == 'icpx'
158158
run: |
159159
sudo apt-get update
160-
# sudo apt-get install -y gpg-agent wget
160+
sudo apt-get install -y gpg-agent
161161
wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
162162
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
163163
sudo apt-get update

0 commit comments

Comments
 (0)