This commit is contained in:
parent
33ac3ae213
commit
3c4a68cb8f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -14,11 +14,11 @@ jobs:
|
|||
run: |
|
||||
apt update -y
|
||||
apt install -y curl gcc g++ make
|
||||
- uses: actions-rs/toolchain@v1
|
||||
- uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
- uses: https://github.com/actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: --verbose --all
|
||||
|
|
Loading…
Reference in a new issue