runner fix v2
This commit is contained in:
parent
d52f042699
commit
2440992129
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -13,9 +13,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install
|
- name: Install
|
||||||
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y
|
run: curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
- name: Put Rust in $PATH
|
- name: Put Rust in $PATH
|
||||||
- run: source "$HOME/.cargo/env"
|
run: source "$HOME/.cargo/env"
|
||||||
- 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