fix: add github prefix
build / build (push) Successful in 34s Details

This commit is contained in:
Didier Slof 2023-07-16 18:49:06 +02:00
parent 33ac3ae213
commit 3c4a68cb8f
Signed by: didier
GPG Key ID: 01E71F18AA4398E5
1 changed files with 2 additions and 2 deletions

View File

@ -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