This commit is contained in:
2023-05-29 21:35:49 +01:00
parent 5a18f14d3b
commit c40c731138

View File

@@ -20,6 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
profile: minimal profile: minimal
toolchain: nightly
components: rustfmt, clippy components: rustfmt, clippy
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose