Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
sadministrator committed Feb 1, 2024
1 parent 832ba81 commit 3284641
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
rustup component add rustfmt
cargo install cross
- name: Install Docker
run: |
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
- name: Check out code
uses: actions/checkout@v2

Expand All @@ -35,7 +30,7 @@ jobs:
PKG_CONFIG_ALLOW_CROSS: 1

- name: Set up Docker
uses: docker/setup-docker@v1
uses: docker/setup-docker@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 3284641

Please sign in to comment.