Skip to content

Commit

Permalink
wrap backslash in double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 19, 2024
1 parent 110b9cc commit c90c9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
shell: bash
run: |
# we obviously don't want to do this here, just want to see if it builds
curl "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.windows-amd64.exe" -o C:\ProgramData\Docker\cli-plugins\docker-buildx.exe
ls -l C:\ProgramData\Docker\cli-plugins\
curl "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.windows-amd64.exe" -o "C:\ProgramData\Docker\cli-plugins\docker-buildx.exe"
ls -l "C:\ProgramData\Docker\cli-plugins\"
docker buildx install
git clone https://github.com/Islandora-Devops/isle-buildkit /tmp/ibk
cd /tmp/ibk
Expand Down

0 comments on commit c90c9b3

Please sign in to comment.