Skip to content

Commit

Permalink
♻️ Revert stupid change
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 14, 2023
1 parent 9dabd5a commit 4b1c1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-createx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ jobs:
- name: Ensure Solidity version consistency
run: |
version_foundry=$(forge config --json | jq -r ".solc")
version_hh=$(pnpm solc)
version_hh=$(npx hardhat solc)
if [[ $version_foundry != "0.8.23" ]] || [[ $version_foundry != $version_hh ]]; then exit 1; fi
- name: Ensure `paris` as EVM version
run: |
version_foundry=$(forge config --json | jq -r ".evm_version")
version_hh=$(pnpm evm)
version_hh=$(npx hardhat evm)
if [[ $version_foundry != "paris" ]] || [[ $version_foundry != $version_hh ]]; then exit 1; fi
- name: Set up Go
Expand Down

0 comments on commit 4b1c1d9

Please sign in to comment.