Skip to content

Commit

Permalink
GHA: Disable macOS share due to bug
Browse files Browse the repository at this point in the history
Connects with <rdfhdt/hdt-cpp#266>.
  • Loading branch information
zmughal committed Nov 12, 2023
1 parent c344aab commit dd0928b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
- { perl-version: '5.34' , os: windows-latest , dist: msys2 , alien-install-type: 'share' }
# macOS | system, share
- { perl-version: '5.34' , os: macos-11 , alien-install-type: 'system' }
- { perl-version: '5.34' , os: macos-11 , alien-install-type: 'share' }
# Disabling macOS share build due to bug <https://github.com/rdfhdt/hdt-cpp/issues/266>.
#- { perl-version: '5.34' , os: macos-11 , alien-install-type: 'share' }
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }} with install-type ${{ matrix.alien-install-type }}, dist ${{ matrix.dist }}

steps:
Expand Down

0 comments on commit dd0928b

Please sign in to comment.