Skip to content

Commit eeb1fa8

Browse files
committed
more sudo
1 parent 8fdfd55 commit eeb1fa8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: gfortran Tests
1+
name: tests
22

33
on:
44
push:
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
gcc-ver: [9, 10, 11, 12, 13, 14]
15+
gcc-ver: [11, 12, 13, 14]
1616
name: gfortran ${{ matrix.gcc-ver }}
1717
steps:
1818
- name: Checkout code
@@ -50,8 +50,8 @@ jobs:
5050

5151
- name: Install oneapi
5252
run: |
53-
apt-get update
54-
apt-get install -y gpg gpg-agent wget git curl
53+
sudo apt-get update
54+
sudo apt-get install -y gpg gpg-agent wget git curl
5555
wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
5656
| gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg
5757
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] " \
@@ -61,7 +61,7 @@ jobs:
6161
intel-oneapi-compiler-fortran \
6262
intel-oneapi-compiler-dpcpp-cpp
6363
echo "FPM_FC=ifx" >> $GITHUB_ENV
64-
echo "FPM_CC=ifx" >> $GITHUB_ENV
64+
echo "FPM_CC=icx" >> $GITHUB_ENV
6565
echo "FPM_CXX=icpx" >> $GITHUB_ENV
6666
6767
- name: Install fpm

0 commit comments

Comments
 (0)