Skip to content

Commit

Permalink
Install perl. Openssl needs its FindBin module
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyNava committed Nov 27, 2024
1 parent 28686ba commit b7c45a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v1
- name: Setup Perl
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: '5.30'
- name: perl -V
run: perl -V
- run: cpanm --installdeps .
- run: prove -lv t
- name: Set ruby
id: ruby
run: |
Expand Down

0 comments on commit b7c45a2

Please sign in to comment.