From 69bfca55ad7c4c672e9d3fe00be4597a02abaf83 Mon Sep 17 00:00:00 2001 From: Nico Date: Wed, 17 Jul 2024 22:48:36 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 399db969..d005a137 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,7 @@ jobs: cache-name: cache-nimble-modules with: path: ~/.nimble - key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/nimble.lock') }} + key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('nimble.lock') }} - name: nimble setup continue-on-error: true @@ -164,7 +164,7 @@ jobs: cache-name: cache-nimble-modules with: path: ~/.nimble - key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/nimble.lock') }} + key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('nimble.lock') }} - if: ${{ steps.cache-nimble.outputs.cache-hit != 'true' }} name: nimble setup @@ -221,6 +221,8 @@ jobs: - name: Install stable rust toolchain uses: dtolnay/rust-toolchain@1.78 + - run: rustup target add x86_64-unknown-linux-musl + - name: Setup cmake uses: jwlawson/actions-setup-cmake@v2 with: @@ -236,7 +238,7 @@ jobs: cache-name: cache-nimble-modules with: path: ~/.nimble - key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/nimble.lock') }} + key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('nimble.lock') }} - name: nimble setup continue-on-error: true