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