Skip to content

Commit

Permalink
trying a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbuz committed Jul 30, 2024
1 parent d01e3d1 commit 34f55a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,15 @@ jobs:

- run: perl -V

- name: Install Math::BigInt::GMP with force\
run: cpan -f -T notest Math::BigInt::GMP

- name: Dependencies install-with-cpm
continue-on-error: true
uses: perl-actions/install-with-cpm@stable
with:
cpanfile: "cpanfile"
sudo: false
continue-on-error: true

- name: Run Tests
run: |
Expand Down

0 comments on commit 34f55a1

Please sign in to comment.