Skip to content

Commit a16f80d

Browse files
committed
chore: install all contract dependencies
1 parent 425f6bc commit a16f80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
ape-plugins-list: 'solidity==0.8.5 alchemy==0.8.7 etherscan==0.8.4 foundry==0.8.7'
9595

9696
- name: 'Install contract dependencies'
97-
run: 'ape pm install gh:Vectorized/solady --name solady --ref v0.1.3'
97+
run: 'ape pm install'
9898

9999
- name: 'Compile contracts'
100100
run: 'ape compile --force'

0 commit comments

Comments
 (0)