Skip to content

Commit

Permalink
Revert to not explicitly making temp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed May 3, 2024
1 parent c2b08c1 commit 6201d2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/prepare-ptaxsim/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ runs:
PDIR=$RUNNER_TEMP
echo "PTAXSIM_DB_DIR=$PDIR" >> $GITHUB_ENV
echo "PTAXSIM_DB_DIR=$PDIR" >> $GITHUB_OUTPUT
if [[ "$RUNNER_OS" =~ ^(Linux|macOS)$ ]]; then mkdir -p $PDIR; fi
if [[ "$RUNNER_OS" == "Windows" ]]; then mkdir $PDIR; fi
shell: bash

- name: Get database version
Expand Down

0 comments on commit 6201d2f

Please sign in to comment.