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