Skip to content

Commit

Permalink
Trying ti fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
masihyeganeh committed Apr 25, 2024
1 parent 41df39f commit 375517a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/relayer-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ jobs:
shell: bash
- name: Set up crust binaries
run: echo "$(pwd)/crust/bin" >> $GITHUB_PATH
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: latest
platform: x64
- name: Set up crust cache
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -111,11 +116,6 @@ jobs:
path: ${{ github.workspace }}/coreumbridge-xrpl/contract/target/
key: ${{ runner.os }}-wasm-cache-${{ hashFiles('**/Cargo.lock') }}
if: ${{ matrix.build-contract }}
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: latest
platform: x64
- name: Set up docker cache
uses: satackey/[email protected]
if: ${{ matrix.docker-cache }}
Expand Down

0 comments on commit 375517a

Please sign in to comment.