Skip to content

Commit 5afff34

Browse files
committed
Workflow: add set env var to debug run
1 parent d68584b commit 5afff34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,16 @@ jobs:
4343
run: |
4444
source /opt/intel/oneapi/setvars.sh
4545
cd ./Build/impi_intel_linux_db
46+
export INTEL_IFORT=ifx
47+
echo "INTEL_IFORT =" $INTEL_IFORT
4648
sh ./make_fds.sh
4749
./fds_impi_intel_linux_db
4850
- name: build fds release
4951
run: |
5052
source /opt/intel/oneapi/setvars.sh
5153
cd ./Build/impi_intel_linux
5254
export INTEL_IFORT=ifx
53-
echo $INTEL_IFORT
55+
echo "INTEL_IFORT =" $INTEL_IFORT
5456
sh ./make_fds.sh
5557
./fds_impi_intel_linux
5658

0 commit comments

Comments
 (0)