Skip to content

Commit

Permalink
OK, forgetting about Macos for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoby committed Mar 13, 2024
1 parent 500ee3f commit 2ea0e4c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/perl_tests_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,6 @@ on:
branches:
- "*"
jobs:
mac-test:
runs-on: macos-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@main
with:
submodules: recursive
- run: perl -V
- run: \curl -L https://install.perlbrew.pl | bash
- run: perlbrew install perl-5.38.2
- run: perlbrew switch perl-5.38.2
- run: cpan App::cpanminus
- run: cpanm --notest --installdeps --verbose .
- run: perl Makefile.PL
- run: make
- run: prove -wlvmb t
perl-job:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 2ea0e4c

Please sign in to comment.