Skip to content

Commit

Permalink
fix: fix the CI make-generate to use an image with the cartesi machine
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoura authored and renan061 committed Aug 30, 2024
1 parent c99abf0 commit 84d466d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:

do-basic-checks:
runs-on: ubuntu-22.04
container:
image: ghcr.io/cartesi/rollups-node-ci:${{needs.build-ci-base.outputs.output}}
needs:
- build-ci-base
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -107,16 +111,13 @@ jobs:

- name: Fix VCS Issue
run : git config --global --add safe.directory /__w/rollups-node/rollups-node

- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

- name: Check auto generated files
run: make check-generate


test-rust:
runs-on: ubuntu-22.04
env:
Expand Down

0 comments on commit 84d466d

Please sign in to comment.