There was an error while loading. Please reload this page.
1 parent ffd0151 commit c5b7942Copy full SHA for c5b7942
1 file changed
.github/workflows/ci-rust.yml
@@ -102,6 +102,12 @@ jobs:
102
cache-write: ${{ github.ref == 'refs/heads/main' }}
103
environments: rdev
104
105
+ - name: Compile for windows
106
+ if: runner.os == 'Windows'
107
+ env:
108
+ RUSTFLAGS: "-C link-args=rstrtmgr.lib"
109
+ run: pixi run -e rdev cargo build
110
+
111
- uses: Swatinem/rust-cache@v2
112
with:
113
shared-key: "gha"
0 commit comments