Disable macOS temporarily, while we get this action bootstrapped

This commit is contained in:
Graham Christensen 2023-06-26 11:58:24 -04:00
parent 21c3863b07
commit ab87b6fb40
No known key found for this signature in database

View file

@ -48,18 +48,18 @@ jobs:
run: | run: |
.github/workflows/cache-test.sh .github/workflows/cache-test.sh
run-x86_64-darwin: # run-x86_64-darwin:
name: Run x86_64 Darwin # name: Run x86_64 Darwin
runs-on: macos-12 # runs-on: macos-12
steps: # steps:
- uses: actions/checkout@v3 # - uses: actions/checkout@v3
- name: Install Nix # - name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4 # uses: DeterminateSystems/nix-installer-action@v4
with: # with:
extra-conf: | # extra-conf: |
narinfo-cache-negative-ttl = 0 # narinfo-cache-negative-ttl = 0
- name: Cache the store # - name: Cache the store
uses: ./ # uses: ./
- name: Check the cache for liveness # - name: Check the cache for liveness
run: | # run: |
.github/workflows/cache-test.sh # .github/workflows/cache-test.sh