This commit is contained in:
veeso
2024-10-03 17:36:44 +02:00
parent a1288c7480
commit 1f27ca2607
4 changed files with 6 additions and 10 deletions

View File

@@ -18,10 +18,9 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true
components: rustfmt, clippy
- name: Build
run: cargo build