From 8e8e1c4ec4f00cbbf02e0136499ceaeb9d534eeb Mon Sep 17 00:00:00 2001 From: Denis Varlakov Date: Wed, 20 Sep 2023 11:46:08 +0000 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6628993..c07ba1c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -3,17 +3,19 @@ name: Rust on: pull_request: branches: [ "*" ] - schedule: - - cron: '0 5 * * *' env: CARGO_TERM_COLOR: always + CARGO_NET_GIT_FETCH_WITH_CLI: true jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: webfactory/ssh-agent@v0.7.0 + with: + ssh-private-key: ${{ secrets.STARK_CURVE_KEY }} - uses: Swatinem/rust-cache@v2 with: cache-on-failure: "true" @@ -37,6 +39,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: webfactory/ssh-agent@v0.7.0 + with: + ssh-private-key: ${{ secrets.STARK_CURVE_KEY }} - uses: Swatinem/rust-cache@v2 with: cache-on-failure: "true"