Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth authored Jul 17, 2024
1 parent 9143e33 commit 69bfca5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -221,6 +221,8 @@ jobs:
- name: Install stable rust toolchain
uses: dtolnay/[email protected]

- run: rustup target add x86_64-unknown-linux-musl

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
Expand All @@ -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
Expand Down

0 comments on commit 69bfca5

Please sign in to comment.