File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,25 @@ jobs:
4747
4848 - name : Install application (Hardhat with extension configuration)
4949 if : matrix.config == 'hardhat_with_extension'
50+ env :
51+ YARN_ENABLE_IMMUTABLE_INSTALLS : false
52+ YARN_ENABLE_INLINE_BUILDS : false
5053 run : npx --yes create-eth@latest new_project_hardhat_with_extension -s hardhat -e scaffold-eth/create-eth-extensions:example
5154
5255 - name : Install application (Foundry with extension configuration)
5356 if : matrix.config == 'foundry_with_extension'
57+ env :
58+ YARN_ENABLE_IMMUTABLE_INSTALLS : false
59+ YARN_ENABLE_INLINE_BUILDS : false
5460 run : |
5561 export PATH="$HOME/.config/.foundry/bin:$PATH"
5662 npx --yes create-eth@latest new_project_foundry_with_extension -s foundry -e scaffold-eth/create-eth-extensions:example
5763
5864 - name : Install application (No solidity framework with extension configuration)
5965 if : matrix.config == 'no_solidity_framework_with_extension'
66+ env :
67+ YARN_ENABLE_IMMUTABLE_INSTALLS : false
68+ YARN_ENABLE_INLINE_BUILDS : false
6069 run : npx --yes create-eth@latest new_project_no_solidity_framework_with_extension -s none -e scaffold-eth/create-eth-extensions:example
6170
6271 - name : Run chain and deploy
You can’t perform that action at this time.
0 commit comments