Skip to content

Commit

Permalink
fix macos GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Dec 8, 2023
1 parent d050cbf commit e82e933
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
env:
XCODE_VER: "15.0"
steps:
- name: Upgrade bash
run: brew install bash
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion builders/Darwin/mediafx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ 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
if [[ -v MEDIAFX_TEST ]]; then
make test CTEST_OUTPUT_ON_FAILURE=1 ARGS="${MEDIAFX_TEST}"|| exit 1
make test CTEST_OUTPUT_ON_FAILURE=1 ARGS="${MEDIAFX_TEST}" || exit 1
fi

0 comments on commit e82e933

Please sign in to comment.