Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
cache gmp
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Nov 2, 2023
1 parent c2f7053 commit 634f8a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,13 @@ jobs:
path: |
depends/gmp
gmp-6.2.1.tar.xz
key: ${{ runner.os }}-gmp-x86_64-${{ hashFiles('build_gmp.sh') }}
key: ${{ runner.os }}-gmp-x86_64-${{ hashFiles('build_gmp.sh') }}-2

- name: install dependencies
run: |
brew install nasm
- name: build
if: false
run: |
if [[ ! -d "depends/gmp/package_macos_x86_64" ]]; then ./build_gmp.sh macos_x86_64; fi
Expand Down

0 comments on commit 634f8a4

Please sign in to comment.