Skip to content

Commit

Permalink
Try CIRRUS_HTTP_CACHE_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored Mar 11, 2024
1 parent af6c80e commit a4eddd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
name: "Test ${{ matrix.runs_on }}"
strategy:
matrix:
runs_on: ["ubuntu-latest", "ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-sm", "ghcr.io/cirruslabs/macos-sonoma-xcode:latest"]
runs_on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-sm", "ghcr.io/cirruslabs/macos-sonoma-xcode:latest"]
runs-on: ${{ matrix.runs_on }}
steps:
- uses: actions/checkout@v3

- name: Cache Binary
id: cache-bin
uses: actions/cache@v4
env:
ACTIONS_CACHE_URL: "http://{{ env.CIRRUS_HTTP_CACHE_HOST }}"
with:
path: testfile
key: test-key-2
Expand Down

0 comments on commit a4eddd4

Please sign in to comment.