Update rust.yml
This commit is contained in:
parent
fd69a2feb0
commit
44fed9ee12
1 changed files with 1 additions and 0 deletions
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -19,6 +19,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build linux
|
||||
run: cargo build --release
|
||||
- name: Build
|
||||
|
|
Reference in a new issue