Skip to content

Commit 745d786

Browse files
committed
fUN
1 parent 090803e commit 745d786

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
${{ runner.os }}-gradle-
3636
- name: Install Cross
3737
run: cargo install cross --git https://github.com/cross-rs/cross
38+
- name: Setup Windows Docker image
39+
run: cargo build-docker-image x86_64-pc-windows-msvc-cross --tag local
3840
- name: Build and publish artifacts
3941
run: ./gradlew publish --info --stacktrace
4042
env:

native/Cross.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[target.x86_64-pc-windows-msvc]
2+
image = "ghcr.io/cross-rs/x86_64-pc-windows-msvc-cross:local"

0 commit comments

Comments
 (0)