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 dceb6a9 commit ff478df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,18 @@ jobs:
- uses: iffy/install-nim@v5
with:
version: binary:2.0.6

- name: Cache nimble modules
id: cache-nimble
uses: actions/cache@v3
env:
cache-name: cache-nimble-modules
with:
path: ~/.nimble
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/nimble.lock') }}

- name: nimble setup
- if: ${{ steps.cache-nimble.outputs.cache-hit != 'true' }}
continue-on-error: true
run: nimble setup

Expand Down

0 comments on commit ff478df

Please sign in to comment.