Skip to content

Commit

Permalink
Working on macos-13 runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsalawa committed Dec 7, 2024
1 parent 696b0ae commit f12a299
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mac_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
# ls -l /usr/local/opt/openssl/include/
# ls -l /usr/local/opt/expat/include

- name: Install Tcl
run: |
brew install tcl-tk@8
echo "PATH=/usr/local/opt/tcl-tk/bin:$PATH" >> $GITHUB_ENV
- name: Qt installation dir
id: qt-installation-dir
run: echo "DIR=$(readlink -f ${{ github.workspace }}/..)" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -156,11 +161,6 @@ jobs:
done
ls -l ../../ext/
# - name: Install Tcl
# run: |
# brew install tcl-tk@8
# echo "PATH=/usr/local/opt/tcl-tk/bin:$PATH" >> $GITHUB_ENV

- name: Prepare deps
run: |
mkdir ../lib ../include
Expand Down

0 comments on commit f12a299

Please sign in to comment.