Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Dec 11, 2023
1 parent c154196 commit 056ff76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup docker
run: |
brew install --cask docker && open /Applications/Docker.app
while (! docker stats --no-stream ); do; sleep 2; done
while (! docker stats --no-stream ); do sleep 2; done
- name: Setup buildx
uses: docker/setup-buildx-action@v3
- name: Build mediafx image
Expand Down
4 changes: 3 additions & 1 deletion builders/Darwin/versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export QT_VER=6.6.0
export BUILD_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../../"; pwd)/build/Darwin"
BUILD_ROOT="$(dirname "${BASH_SOURCE[0]")/../../build/Darwin"
mkdir -p "${BUILD_ROOT}"
export BUILD_ROOT=$(cd "${BUILD_ROOT}"; pwd)
export INSTALL_ROOT="${BUILD_ROOT}/installed/${QT_VER}/macos"

0 comments on commit 056ff76

Please sign in to comment.