mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2026-04-26 02:41:42 +01:00
Fixed windows build on rust workflow
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user