We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425f6bc commit a16f80dCopy full SHA for a16f80d
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
ape-plugins-list: 'solidity==0.8.5 alchemy==0.8.7 etherscan==0.8.4 foundry==0.8.7'
95
96
- name: 'Install contract dependencies'
97
- run: 'ape pm install gh:Vectorized/solady --name solady --ref v0.1.3'
+ run: 'ape pm install'
98
99
- name: 'Compile contracts'
100
run: 'ape compile --force'
0 commit comments