Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywong-crypto committed Aug 19, 2024
1 parent 0dc77c7 commit c95dbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: |
docker pull ghcr.io/cronos-labs/zkevm-base-image:mainnet-$MAINNET_VERSION
docker pull ghcr.io/cronos-labs/zkevm-base-image:mainnet-$MAINNET_VERSION
- run: >
nix run github:Mic92/nix-fast-build
-- --skip-cached --no-nom
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: |
docker pull ghcr.io/cronos-labs/zkevm-base-image:mainnet-$MAINNET_VERSION
docker pull ghcr.io/cronos-labs/zkevm-base-image:mainnet-$MAINNET_VERSION
- run: >
nix run github:Mic92/nix-fast-build
-- --skip-cached --no-nom
Expand Down

0 comments on commit c95dbf7

Please sign in to comment.