Skip to content

Commit

Permalink
Revert this and last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored Nov 3, 2024
1 parent 4f52243 commit c601c7e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ jobs:
rustup target add aarch64-pc-windows-msvc
cargo build --release --target x86_64-pc-windows-msvc
cargo build --release --target aarch64-pc-windows-msvc
docker run --rm -v ${pwd}:/io -w /io vedantmgoyal9/cargo-zigbuild.windows sh -c "
cargo zigbuild --release --target x86_64-unknown-linux-gnu
cargo zigbuild --release --target aarch64-unknown-linux-gnu
cargo zigbuild --release --target aarch64-apple-darwin
"
$cmdstr = 'cargo zigbuild --release --target x86_64-unknown-linux-gnu && ' +
'cargo zigbuild --release --target aarch64-unknown-linux-gnu && ' +
'cargo zigbuild --release --target aarch64-apple-darwin'
docker run --rm -v ${pwd}:/io -w /io vedantmgoyal/cargo-zigbuild.windows $cmdstr
working-directory: src/WingetCreateCore/Common/Msi/rust-msi

- run: dotnet publish ./WingetCreateCLI.csproj -c Release -r win-x64 --output ./output/win-x64
Expand Down

0 comments on commit c601c7e

Please sign in to comment.