Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless-eth committed May 25, 2024
1 parent 07ebaaf commit 429a413
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/kinto-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,23 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
submodules: recursive

- name: Install dependencies
uses: ./.github/actions/install-dependencies

- name: Set up foundry
uses: foundry-rs/foundry-toolchain@v1
with:
cache: false
version: nightly

- name: "Restore the cached build"
uses: "actions/cache/restore@v3"
with:
fail-on-cache-miss: true

- name: Install dependencies
uses: ./.github/actions/install-dependencies

- name: Install and build alto
run: pnpm install && pnpm build

Expand Down

0 comments on commit 429a413

Please sign in to comment.