runner fix v5
This commit is contained in:
parent
a22bed5bee
commit
64bb2a59ed
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install
|
||||
run: apt update && apt install rustc cargo
|
||||
run: apt update && apt install rustc cargo -y
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
Loading…
Reference in New Issue
Block a user