Skip to content

Commit

Permalink
Quotes...
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas authored Jan 10, 2024
1 parent 6a226c8 commit 8a4ba53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
tar --skip-old-files -xf "$d/dl.tar" -C buildroot
done
RESULTDIR=""$HOME/.buildroot-ccache"
RESULTDIR="$HOME/.buildroot-ccache"
for d in keystone-*-ccache; do
TMPDIR=$(mktemp -d)
tar -xf "$d/ccache.tar.xz" -C "$TMPDIR"
Expand Down

0 comments on commit 8a4ba53

Please sign in to comment.