Skip to content

Commit

Permalink
chore: use forge instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Feb 2, 2024
1 parent db96156 commit 320af1d
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/certora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,8 @@ jobs:
with:
submodules: recursive

- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn

- name: Install dependencies
run: yarn install --frozen-lockfile
shell: bash
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install python
uses: actions/setup-python@v4
Expand All @@ -41,9 +35,9 @@ jobs:

- name: Install solc
run: |
wget https://github.com/ethereum/solidity/releases/download/v0.8.13/solc-static-linux
wget https://github.com/ethereum/solidity/releases/download/v0.8.19/solc-static-linux
chmod +x solc-static-linux
sudo mv solc-static-linux /usr/local/bin/solc8.13
sudo mv solc-static-linux /usr/local/bin/solc
- name: Verify ${{ matrix.conf }}
run: certoraRun certora/confs/${{ matrix.conf }}.conf
Expand Down

0 comments on commit 320af1d

Please sign in to comment.