Skip to content

Commit

Permalink
FDS Build: Remove sh to allow bash shell to github linux actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cxp484 committed Nov 26, 2024
1 parent fc85b11 commit 1e3a32e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ jobs:
run: |
source /opt/intel/oneapi/setvars.sh
cd ./Build/impi_intel_linux_db
bash ./make_fds.sh
bash
./make_fds.sh
./fds_impi_intel_linux_db
- name: build fds release
run: |
source /opt/intel/oneapi/setvars.sh
cd ./Build/impi_intel_linux
bash ./make_fds.sh
bash
./make_fds.sh
./fds_impi_intel_linux
# Setup python
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -88,11 +90,13 @@ jobs:
run: |
source /opt/intel/oneapi/setvars.sh
cd ./Build/ompi_gnu_linux_db
bash ./make_fds.sh
bash
./make_fds.sh
./fds_ompi_gnu_linux_db
- name: build fds release
run: |
source /opt/intel/oneapi/setvars.sh
cd ./Build/ompi_gnu_linux
bash ./make_fds.sh
bash
./make_fds.sh
./fds_ompi_gnu_linux

0 comments on commit 1e3a32e

Please sign in to comment.