Skip to content

Commit

Permalink
Try without cache
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Mar 22, 2024
1 parent 2e79e1e commit 687c143
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ jobs:
runs-on: ubuntu-latest
name: test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
with:
path: |
_build/test/lib/explorer/native/explorer
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
key: test-native-${{ runner.os }}-${{ hashFiles('native/**/Cargo.lock') }}
restore-keys: |
test-native-${{ runner.os }}
# - uses: actions/cache@v3
# with:
# path: |
# _build/test/lib/explorer/native/explorer
# ~/.cargo/bin/
# ~/.cargo/registry/index/
# ~/.cargo/registry/cache/
# ~/.cargo/git/db/
# key: test-native-${{ runner.os }}-${{ hashFiles('native/**/Cargo.lock') }}
# restore-keys: |
# test-native-${{ runner.os }}

- uses: erlef/setup-beam@v1
with:
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
name: mix format
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: "26.2.1"
Expand Down

0 comments on commit 687c143

Please sign in to comment.