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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- name: Build linux
|
- name: Build linux
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Reference in a new issue