Skip to content

Commit ab41b83

Browse files
authored
Revert me: Hotfix to pin deranged (#2446)
* Fix contract sizes submission * Revert me: Hotfix jhpratt/deranged#18
1 parent 9b15d6d commit ab41b83

File tree

5 files changed

+441
-1292
lines changed

5 files changed

+441
-1292
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ jobs:
307307
env:
308308
# Setting incremental = 0 to reduce compilation artifact size.
309309
# The CI otherwise fails with "no disk space"
310-
# todo Remove again at one point. This is a speed trade-off.
311310
CARGO_INCREMENTAL: 0
312311
run: |
313312
cd linting/

.github/workflows/submit-contract-sizes.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ jobs:
2525
with:
2626
fetch-depth: 1
2727

28-
#- name: Download Master Contract Sizes
29-
#uses: ./.github/download-artifact
30-
#with:
31-
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
#ARTIFACT_NAME: measurements-master
33-
3428
- name: Download artifact
3529
uses: dawidd6/action-download-artifact@v9
3630
with:

0 commit comments

Comments
 (0)