From 263f2e87e247f79283f6fa2e0097c8b20152f03a Mon Sep 17 00:00:00 2001 From: Andrew Wason Date: Sun, 14 Jan 2024 11:22:51 -0500 Subject: [PATCH] fix macos --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77189eb..e8c0711 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: key: ${{ steps.restore-cache.outputs.cache-primary-key }} - name: Build/test mediaFX run: | - MEDIAFX_TEST= builders/Darwin/mediafx-build.sh + MEDIAFX_TEST= builders/mediafx-build.sh - name: Upload Failed Artifacts if: failure() uses: actions/upload-artifact@v3