Project

General

Profile

Bug #352 ยป 0045-CI-Workaround-github-mac-build-failure.patch

Marko Lindqvist, 03/24/2024 07:18 PM

View differences:

.github/workflows/ci.yml
uses: actions/checkout@v4.1.1
- name: install dependencies
run: |
# Remove symlinks of the old python version
rm /usr/local/bin/2to3*
rm /usr/local/bin/idle3*
rm /usr/local/bin/pydoc3*
rm /usr/local/bin/python3*
brew install \
llvm \
lua@5.4 \
......
uses: actions/checkout@v4.1.1
- name: install dependencies
run: |
# Remove symlinks of the old python version
rm /usr/local/bin/2to3*
rm /usr/local/bin/idle3*
rm /usr/local/bin/pydoc3*
rm /usr/local/bin/python3*
brew install \
pkg-config \
meson \
    (1-1/1)