From 3c4a68cb8f9ad21d7f3fe85a7dc26bb0a6f43fb3 Mon Sep 17 00:00:00 2001 From: Didier Date: Sun, 16 Jul 2023 18:49:06 +0200 Subject: [PATCH] fix: add github prefix --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e71a05d..66d3753 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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