fix: automation
build / build (push) Failing after 7s Details

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
1 changed files with 5 additions and 3 deletions

View File

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