chore: v2.1.18
This commit is contained in:
12
.github/workflows/rust-build.yml
vendored
12
.github/workflows/rust-build.yml
vendored
@@ -18,6 +18,12 @@ jobs:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build project
|
||||
run: cargo build --release --all-features
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
- name: Build project
|
||||
run: cargo build --release --all-features
|
||||
|
||||
Reference in New Issue
Block a user