Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <[email protected]>
  • Loading branch information
richiware committed Oct 2, 2023
1 parent bb23fdb commit dd5ee98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ci/ccache.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $tarball = "$filename.zip"

$outdir = $pwd.Path
$outdir = "$outdir\.github"
mkdir $outdir
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -Uri "https://github.com/ccache/ccache/releases/download/$tag/$tarball" -OutFile "$outdir\$tarball"

Expand Down

0 comments on commit dd5ee98

Please sign in to comment.