From 375517aa41b3504dcbc384687f5ce197f2622463 Mon Sep 17 00:00:00 2001 From: Masih Yeganeh Date: Thu, 25 Apr 2024 11:04:04 +0330 Subject: [PATCH] Trying ti fix CI --- .github/workflows/relayer-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/relayer-ci.yml b/.github/workflows/relayer-ci.yml index 44833479..88a3c276 100644 --- a/.github/workflows/relayer-ci.yml +++ b/.github/workflows/relayer-ci.yml @@ -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: @@ -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/action-docker-layer-caching@v0.0.11 if: ${{ matrix.docker-cache }}