Skip to content

Commit

Permalink
patch makefile with correct genesis repo release-v6.9.0-genesis-regis…
Browse files Browse the repository at this point in the history
…tration. Fix CI.
  • Loading branch information
0o-de-lally committed Nov 30, 2023
1 parent 1eb8028 commit 468e572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build_env/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ runs:
shell: bash
run: rustup component add rustfmt clippy

- name: enable sccache
uses: 0o-de-lally/sccache-action@local
# - name: enable sccache
# uses: 0o-de-lally/sccache-action@2dd73efb90f3c9113a0cab8d983df6eb2b21fd20

- name: also rust cache
uses: Swatinem/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion tools/genesis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ GIT_ORG = 0LNetworkCommunity
endif

ifndef GIT_REPO
GIT_REPO=release-v6.9.0-rc.9-genesis
GIT_REPO=release-v6.9.0-genesis-registration
endif

ifndef EPOCH
Expand Down

0 comments on commit 468e572

Please sign in to comment.