fix: add github prefix
All checks were successful
build / build (push) Successful in 34s

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

View file

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