Skip to content

Commit 9f46d95

Browse files
authored
Update test_armflang.yml
1 parent 9223d4e commit 9f46d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_armflang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767

6868
- name: Install Arm Fortran compiler
6969
run: |
70-
sudo apt install -y environment-modules
70+
#sudo apt install -y environment-modules
7171
( printf '\n\n\nyes\n' ) | bash <(curl -fsSL https://developer.arm.com/-/cdn-downloads/permalink/Arm-Compiler-for-Linux/Package/install.sh)
7272
#source /usr/share/modules/init/bash # Initialize module command
73-
#source /etc/profile.d/modules.sh
73+
source /etc/profile.d/modules.sh
7474
module use /opt/arm/modulefiles # Add Arm modulefiles
7575
module avail # List available modules
7676
module load acfl # Load Arm C and Fortran compiler module

0 commit comments

Comments
 (0)