Skip to content

Commit

Permalink
try pwd instead
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Jul 28, 2024
1 parent e13dc1c commit 3eebc33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-13-tmpdir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
- name: Find temporary directory
run: |
echo "TMPDIR=$TMPDIR"
mkdir -p $TMPDIR
ls -l $TMPDIR
cd $TMPDIR
pwd

0 comments on commit 3eebc33

Please sign in to comment.