Skip to content

Commit 178f874

Browse files
committed
AAAAAAAAAA
1 parent 745d786 commit 178f874

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
${{ runner.os }}-gradle-
3636
- name: Install Cross
3737
run: cargo install cross --git https://github.com/cross-rs/cross
38+
- name: Configure Cross Tool
39+
run: cargo xtask configure-crosstool
40+
- name: Install Cargo Docker Builder
41+
run: cargo install cargo-build-docker
3842
- name: Setup Windows Docker image
3943
run: cargo build-docker-image x86_64-pc-windows-msvc-cross --tag local
4044
- name: Build and publish artifacts

0 commit comments

Comments
 (0)