Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
retrying the gmp library install step
Browse files Browse the repository at this point in the history
brainbuz committed Jul 30, 2024
1 parent dc0cda8 commit df64b82
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -20,8 +20,8 @@ jobs:
fail-fast: false
matrix:
perl:
- "5.40"
# - "5.38"
- "5.38"
# - "5.40"
# - "5.36"
# - "5.32"
# - "5.28"
@@ -30,11 +30,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: install gmp library
uses: amitie10g/install-package@v1
with:
brew: gmp

- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}
brew: gmp

- run: perl -V

0 comments on commit df64b82

Please sign in to comment.