Skip to content

Commit c5b7942

Browse files
committed
fix: Trying rstrtmgr with windows
1 parent ffd0151 commit c5b7942

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ jobs:
102102
cache-write: ${{ github.ref == 'refs/heads/main' }}
103103
environments: rdev
104104

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+
105111
- uses: Swatinem/rust-cache@v2
106112
with:
107113
shared-key: "gha"

0 commit comments

Comments
 (0)