We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bef790 commit a71483aCopy full SHA for a71483a
.github/workflows/ci.yml
@@ -21,8 +21,9 @@ jobs:
21
coverage: true
22
#- perl-version: '5.30'
23
# os: windows-latest
24
- - perl-version: '5.30'
25
- os: macos-latest
+ # on macos, getting failure to load the lib "/usr/lib:/other/file.bundle" which means something went wrong
+ #- perl-version: '5.30'
26
+ # os: macos-latest
27
steps:
28
- uses: actions/checkout@v2
29
- name: 'ci-dist: target-setup-perl'
0 commit comments