Fixed windows build on rust workflow

This commit is contained in:
Cian Hughes
2024-11-14 18:20:17 +00:00
parent 32ae9a2d0c
commit 129c6772be

View File

@@ -25,7 +25,11 @@ jobs:
run: |
apt-get update && apt-get install sudo -y cargo
- name: Build
with:
python-version: "3.12"
run: cargo build --verbose
- name: Run tests
with:
python-version: "3.12"
run: cargo test --verbose