Skip to content

Commit

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

0 comments on commit ac5b9e1

Please sign in to comment.