Skip to content

Commit

Permalink
#68 update setup-defaults action
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Apr 26, 2024
1 parent 87275d6 commit 7a128f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-defaults/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ runs:

- name: install dependencies
working-directory: ${{ github.workspace }}
run: sudo ./scripts/setup_${{ env.OS_VERSION }}.sh
run: ./scripts/setup_${{ env.OS_VERSION }}.sh
shell: bash

- name: configure environment modules
run: |
mkdir -p ${{ env.MODULES_DIR }}/modulefiles
echo "module use ${{ env.MODULES_DIR }}/modulefiles" | sudo tee -a /etc/profile.d/modules.sh
echo "module use ${{ env.MODULES_DIR }}/modulefiles" | tee -a /etc/profile.d/modules.sh
shell: bash

- name: test module command
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sundials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
options:
- "ubuntu:20.04"
- "ubuntu:22.04"
default: ubuntu:22.04'
default: "ubuntu:22.04"

jobs:
setup:
Expand Down

0 comments on commit 7a128f9

Please sign in to comment.