Skip to content

Commit

Permalink
Add Rust target for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarlson-gs committed May 17, 2024
1 parent caa243a commit cae0056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
rustup toolchain install stable
rustup default stable
rustup update
rustup target add x86_64-pc-windows-gnu
- name: Set Mystiks version
run: |
Expand Down

0 comments on commit cae0056

Please sign in to comment.