CI: Remove remnants of old setup action that was preventing macOS builds

This commit is contained in:
Andrew Kaster 2024-05-31 09:27:06 -06:00 committed by Andreas Kling
parent 5863ef852d
commit 72cdd1892b
Notes: sideshowbarker 2024-07-17 01:04:03 +09:00

View File

@ -53,20 +53,6 @@ runs:
python3 -m pip install --upgrade pip
pip3 install flake8 requests six
- name: 'Install Dependencies'
if: ${{ inputs.os }}
shell: bash
run: |
set -e
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-18 main'
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install clang-format-18 ccache e2fsprogs gcc-13 g++-13 libstdc++-13-dev libmpfr-dev libmpc-dev ninja-build optipng unzip generate-ninja libegl1-mesa-dev
- name: 'Install Dependencies'
if: ${{ inputs.os == 'macOS' || inputs.os == 'Android' }}
shell: bash