diff --git a/.github/workflows/t-bytecode-compare.yml b/.github/workflows/t-bytecode-compare.yml index da28deda9..c6086c481 100644 --- a/.github/workflows/t-bytecode-compare.yml +++ b/.github/workflows/t-bytecode-compare.yml @@ -29,6 +29,11 @@ jobs: steps: - uses: actions/setup-node@v4 + - name: Run df -h + if: "env.PLATFORM == 'macosx-amd64'" + run: | + df -h . + - name: Symlink solc-bin to /mnt/solc-bin # It's now too big to fit on the main partition on Ubuntu. macOS runners are fine since # they apparently have >70 GB available, but on Ubuntu it's mostly filled with software. @@ -58,7 +63,7 @@ jobs: ref: ${{ env.GITHUB_REF }} path: 'solc-bin/' # We need more than just a single revision to be able to use diff - fetch-depth: 2 + fetch-depth: 0 - name: Generate reports from matching release binaries run: | @@ -89,6 +94,7 @@ jobs: with: repository: 'ethereum/solidity' path: 'solidity/' + submodules: 'recursive' - name: Download all artifacts uses: actions/download-artifact@v4