From cc279116714ebeacd3cdc1a2a2f528a7dbc339a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Walther?= Date: Wed, 23 Feb 2022 11:29:53 +0100 Subject: [PATCH] Moved workflow to different runners --- .github/workflows/nym-wallet-types.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nym-wallet-types.yml b/.github/workflows/nym-wallet-types.yml index 0196d3459d..dc1da64dbe 100644 --- a/.github/workflows/nym-wallet-types.yml +++ b/.github/workflows/nym-wallet-types.yml @@ -10,7 +10,10 @@ on: jobs: nym-wallet-types: - runs-on: ubuntu-latest + runs-on: [ self-hosted, custom-linux-exoscale ] + # Enable sccache + env: + RUSTC_WRAPPER: /home/ubuntu/.cargo/bin/sccache if: ${{ github.event_name != 'pull_request' }} steps: - name: Prepare