Skip to content

Commit

Permalink
Fixing module loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 10, 2024
1 parent ac5b9e1 commit 034a9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-tar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build and package tar file
shell: bash
run: |
source "./modules/load_modules.sh" $@ --log_dir /var/log
source "./modules/load_modules.sh"
info_log "Running ./.vscode/build_setup_tarball.sh"
run_a_script "./.vscode/build_setup_tarball.sh"
Expand Down

0 comments on commit 034a9f9

Please sign in to comment.