Actions 5
Some checks failed
Rust-build / build (push) Failing after 12s

This commit is contained in:
Justine Pelletreau 2023-07-17 11:24:35 +02:00
parent 0c1874180c
commit 725ff8b0cc

View File

@ -13,7 +13,21 @@ jobs:
steps:
- name: Check-out
uses: actions/checkout@v3
uses: actions/checkout@v2
continue-on-error: true
- name: Install stable toolchain
uses: https://github.com/actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run cargo check
uses: https://github.com/actions-rs/cargo@v1
continue-on-error: true # WARNING: only for this example, remove it!
with:
command: check
- name: Ayo
run: ls -la