Skip to content

Commit 25a76a2

Browse files
committed
Remove generic libc++ packages causing apt failure
1 parent 55bd9b7 commit 25a76a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-compiler/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
if: inputs.compiler-type == 'CLANG' && inputs.stdlib == 'libc++' && runner.os == 'Linux'
5050
shell: bash
5151
run: |
52-
sudo apt install -y libc++1 libc++abi1 libc++-${{ inputs.compiler-version }}-dev libc++abi-${{ inputs.compiler-version }}-dev libunwind-${{ inputs.compiler-version }}-dev
52+
sudo apt install -y libc++-${{ inputs.compiler-version }}-dev libc++abi-${{ inputs.compiler-version }}-dev libunwind-${{ inputs.compiler-version }}-dev
5353
5454
- name: Select Xcode
5555
if: inputs.compiler-type == 'APPLE_CLANG' && runner.os == 'macOS'

0 commit comments

Comments
 (0)