fix: automation
Some checks failed
build / build (push) Failing after 7s

This commit is contained in:
Didier Slof 2023-06-15 12:23:41 +02:00
parent 799bb6b8cd
commit 33ac3ae213
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -13,10 +13,12 @@ jobs:
- name: install dependencies - name: install dependencies
run: | run: |
apt update -y apt update -y
apt install -y curl apt install -y curl gcc g++ make
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable
override: true override: true
- name: Build - uses: actions-rs/cargo@v1
run: cargo build --verbose with:
command: build
args: --verbose --all