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: |
|
run: |
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install -y curl gcc g++ make
|
apt install -y curl gcc g++ make
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: https://github.com/actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: https://github.com/actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --verbose --all
|
args: --verbose --all
|
||||||
|
|
Loading…
Reference in a new issue