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