Skip to content

Commit

Permalink
fix ci pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
binarycraft007 committed Mar 2, 2023
1 parent e40fb93 commit 178c479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/x86_64-windows-debug.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Start-BitsTransfer `
-Source "https://ziglang.org/builds/$zig_pkg" `
-Destination "$pwd"

mkdir "$pwd"\zig
mkdir "$pwd\zig"

tar --strip-components=1 -xf $zig_pkg -C "$pwd\zig"
$env:Path += ";$pwd\zig"
Expand Down

0 comments on commit 178c479

Please sign in to comment.