Skip to content

Commit 2153051

Browse files
committed
f
1 parent 29f422c commit 2153051

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/nightly-emscripten.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ env:
99
TARGET_BRANCH: gh-pages
1010
COMMITTER_NAME: emscripten nightly action
1111
COMMITTER_EMAIL: [email protected]
12-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1312

1413
jobs:
1514
build-emscripten-nightly:

.github/workflows/t-bytecode-compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
SCRIPT="solidity/scripts/solc-bin/bytecode_reports_for_modified_binaries.sh"
9393
9494
# Use develop branch instead of version-specific branch
95-
sed -i.bak 's/--branch "v\${solidity_version}"/--branch "develop"/' "$SCRIPT"
95+
sed -i.bak 's/--branch "v\${solidity_version}"/--branch "v0.8.30"/' "$SCRIPT"
9696
9797
# Patch validation to accept CI builds by stripping -ci.DATE before comparison
9898
sed -i.bak '84s|sed -E .*|sed -E '\''s/^[[:space:]]*([0-9.]+)(-ci\\.[0-9.]+)?(\\+commit\\.[0-9a-f]+).*/\\1\\3/'\''|' "$SCRIPT"

0 commit comments

Comments
 (0)