Skip to content

Commit

Permalink
Update crust in CI to point to master (#634)
Browse files Browse the repository at this point in the history
# Description
This PR fixed CI, so the crust now pulls the master not the v0.47 migration branch
# Reviewers checklist:
- [ ] Try to write more meaningful comments with clear actions to be taken.
- [ ] Nit-picking should be unblocking. Focus on core issues.

# Authors checklist
- [x] Provide a concise and meaningful description
- [x] Review the code yourself first, before making the PR.
- [x] Annotate your PR in places that require explanation.
- [x] Think and try to split the PR to smaller PR if it is big.
  • Loading branch information
nevermindhim committed Sep 6, 2023
1 parent b71777b commit f6c95ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
with:
repository: CoreumFoundation/crust
path: crust
ref: v0.47-migration-v2
- name: Set up crust
run: echo "$(pwd)/crust/bin" >> $GITHUB_PATH
- name: Setup go cache
Expand Down

0 comments on commit f6c95ec

Please sign in to comment.