1
0
Fork 0
mirror of synced 2024-06-15 00:45:29 +12:00
This commit is contained in:
Rafał Mikrut 2022-12-29 15:52:23 +01:00
parent 46d2f3dca0
commit 96dd7618c1

View file

@ -34,25 +34,11 @@ jobs:
- name: Install Homebrew
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' || true
rm '/usr/local/bin/2to3-3.11' || true
rm '/usr/local/bin/idle3' || true
rm '/usr/local/bin/idle3.11' || 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' || true
rm '/usr/local/bin/2to3-3.11' || true
rm '/usr/local/bin/idle3' || true
rm '/usr/local/bin/idle3.11' || true
- name: Install GTK4
run: brew install rust gtk4 libheif
run: |
brew link --overwrite python@3.11
brew install rust gtk4 libheif
brew link --overwrite python@3.11
- name: Build Release
run: cargo build --release