Skip to content

Commit

Permalink
UbuntuGH.yml: List $AGENT_TOOLSDIRECTORY non-recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Jan 5, 2025
1 parent 76560d0 commit 88e56dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UbuntuGH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: List tools in $AGENT_TOOLSDIRECTORY
run: ls -R $AGENT_TOOLSDIRECTORY
run: ls $AGENT_TOOLSDIRECTORY
# Note: Free Disk Space was added because the idempotency test
# i.e. copying home to /tmp was running out of disk space on
# Ubuntu 22.04 with GNOME. This only needs to be run for branches
Expand Down

0 comments on commit 88e56dc

Please sign in to comment.