1
0
Fork 0
mirror of synced 2024-06-01 18:19:46 +12:00
This commit is contained in:
Rafał Mikrut 2022-12-29 15:26:01 +01:00
parent a6954bb364
commit 2162b4747c

View file

@ -35,13 +35,19 @@ jobs:
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: Override link[WORKAROUND] # Looks that this is a bug with current homebrew or GitHub CI
run: rm '/usr/local/bin/2to3'
run: |
rm '/usr/local/bin/2to3' || true
rm '/usr/local/bin/2to3-3.11' || true
rm '/usr/local/bin/idle3' || true
- name: Install Python3.10
run: brew install python@3.10
- name: Override link[WORKAROUND] # Looks that this is a bug with current homebrew or GitHub CI
run: rm '/usr/local/bin/2to3'
run: |
rm '/usr/local/bin/2to3' || true
rm '/usr/local/bin/2to3-3.11' || true
rm '/usr/local/bin/idle3' || true
- name: Install GTK4
run: brew install rust gtk4 libheif