runner fix
This commit is contained in:
parent
a845f2bb02
commit
d52f042699
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -12,6 +12,10 @@ 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"
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
Loading…
Reference in New Issue
Block a user