We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1bc1a4 commit ea1884eCopy full SHA for ea1884e
.github/workflows/l2-contracts-ci.yaml
@@ -33,6 +33,7 @@ jobs:
33
- name: Install dependencies
34
run: yarn
35
36
+ # In the future, we should simply take the artifacts that are built by l1-contracts.
37
- name: Build l1 contracts
38
working-directory: l1-contracts
39
run: |
@@ -49,7 +50,7 @@ jobs:
49
50
- name: Create cache
51
uses: actions/cache/save@v3
52
with:
- key: artifacts-l1-${{ github.sha }}
53
+ key: artifacts-l2-${{ github.sha }}
54
path: |
55
l1-contracts/cache-forge
56
l1-contracts/out
0 commit comments