Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Dec 11, 2023
1 parent 7af288f commit 6c20321
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
submodules: true
- name: Setup docker
run: |
brew install --cask docker && open -a Docker
brew install --cask docker && open /Applications/Docker.app
- name: Setup buildx
uses: docker/setup-buildx-action@v3
- name: Build mediafx image
Expand Down
4 changes: 2 additions & 2 deletions builders/Darwin/mediafx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ source "$CURRENT/versions"

MEDIAFX_ROOT="$(cd "$(dirname "${CURRENT}")/../"; pwd)"

MEDIAFX_BUILD="${BUILD_ROOT}/build/mediafx/${BUILD_TYPE}"
MEDIAFX_BUILD="${BUILD_ROOT:?}/build/mediafx/${BUILD_TYPE}"
mkdir -p "$MEDIAFX_BUILD"

PATH=$INSTALL_ROOT/bin:$PATH
PATH=${INSTALL_ROOT:?}/bin:$PATH

cd "$MEDIAFX_BUILD"
(cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE --install-prefix "$INSTALL_ROOT" "$MEDIAFX_ROOT" && cmake --build . && cmake --install .) || exit 1
Expand Down

0 comments on commit 6c20321

Please sign in to comment.