Skip to content

Commit

Permalink
fix: exploit ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Jan 26, 2024
1 parent 2e672f2 commit e93d393
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/exploit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: exploit

on: push

env:
PNPM_VERSION: '8'
NODE_VERSION: '20.9'
FOUNDRY_PROFILE: ci

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
FOUNDRY_PROFILE: ci

jobs:
exploit:
runs-on: ubuntu-latest
Expand All @@ -17,6 +19,10 @@ jobs:
with:
submodules: recursive

- uses: pnpm/action-setup@v2
with:
version: ${{ env.PNPM_VERSION }}

- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1
with:
Expand Down

0 comments on commit e93d393

Please sign in to comment.