Skip to content

Commit

Permalink
Fixing errors with variable sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 10, 2024
1 parent 034a9f9 commit d558e0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/setup-tar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Build and package tar file
shell: bash
run: |
source "./modules/load_modules.sh"
source ./env/spacefx.env
bash ./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 d558e0f

Please sign in to comment.