Skip to content

Commit

Permalink
added "setup-python" action for macOS build from src
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Mar 27, 2024
1 parent 1da502f commit a19d3d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-src-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install libheif from formula
run: |
brew uninstall --force --ignore-dependencies imagemagick libheif
Expand Down Expand Up @@ -113,6 +116,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Transform to Pi-Heif
run: |
cp -r -v ./pi-heif/* .
Expand Down

0 comments on commit a19d3d7

Please sign in to comment.