Skip to content

Commit

Permalink
Add crust ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil committed Apr 25, 2024
1 parent c1a53e2 commit 57d2ee6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ jobs:
path: faucet
- name: Checkout crust
uses: actions/checkout@v4
# FIXME(dzmitryhil) update once crust is merged
with:
ref: dzmitryhil/update-coreum-upgrade
repository: CoreumFoundation/crust
path: crust
- name: Set up build system
Expand All @@ -105,7 +107,7 @@ jobs:
with:
path: |
~/.cache/crust
key: ${{ runner.os }}-crust-cache-v2
key: ${{ runner.os }}-crust-cache
- name: Setup linter cache
uses: actions/cache@v4
if: ${{ matrix.linter-cache }}
Expand Down

0 comments on commit 57d2ee6

Please sign in to comment.