Skip to content

Commit

Permalink
chore: fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
V00D00-child committed Sep 12, 2023
1 parent 60f2d13 commit ef146f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm install
- run: npm install --save-dev @nomicfoundation/solidity-analyzer-linux-x64-gnu
- run: npm run build
- name: Lint
Expand Down

0 comments on commit ef146f8

Please sign in to comment.