Skip to content

Commit

Permalink
add step to install foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
ricomateo committed Jan 27, 2025
1 parent 2306e81 commit 110b98e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: Bindings

on:
push:
branches: [main]
branches:
- dev
pull_request:
branches: [ '**' ]

env:
FOUNDRY_PROFILE: ci

jobs:
check:
Expand All @@ -22,9 +19,13 @@ jobs:
with:
submodules: recursive

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: v0.3.0

- name: Generate new bindings
run: |
make bindings
run: make bindings

- name: Compare bindings
run: git diff --exit-code

0 comments on commit 110b98e

Please sign in to comment.