Skip to content

Commit

Permalink
kjnk
Browse files Browse the repository at this point in the history
  • Loading branch information
sadministrator committed Feb 1, 2024
1 parent 47bf3ea commit b0e99da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
env:
PKG_CONFIG_ALLOW_CROSS: 1

- name: Set up Docker
uses: docker/build-push-action@v2
- name: Set up Docker
uses: docker/build-push-action@v2

- name: Build artifacts for Windows
run: docker run --rm -v $PWD:/workspace -w /workspace -e PKG_CONFIG_ALLOW_CROSS=1 rust:1.55-cross bash -c "apt-get update && apt-get install -y mingw-w64 && rustup target add x86_64-pc-windows-gnu && cross build --target x86_64-pc-windows-gnu --release --no-default-features --features vendored"
Expand Down

0 comments on commit b0e99da

Please sign in to comment.