runner fix v3
This commit is contained in:
parent
2440992129
commit
b3e8d5ce61
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -13,9 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install
|
||||
run: curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
- name: Put Rust in $PATH
|
||||
run: source "$HOME/.cargo/env"
|
||||
run: apt install rustc cargo
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
Loading…
Reference in New Issue
Block a user