From b069af585e29be22b80cc504a7b6b24739b54166 Mon Sep 17 00:00:00 2001 From: Aditya Trivedi Date: Fri, 21 Mar 2025 04:03:51 +0530 Subject: [PATCH] chore : Correct mistyped job from GFortran to LFortran --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 578b166..68efd74 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -108,7 +108,7 @@ jobs: FC="lfortran --fast" ./build_and_run_lfortran.sh # build and validation without LFortran's optimization - - name: POT3D Build and validation with GFortran without optimization (MPI only) + - name: POT3D Build and validation with LFortran without optimization (MPI only) shell: bash -e -x -l {0} run: | cd tests/pot3d