diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 634c2e20..b6639bd5 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -56,8 +56,8 @@ jobs: - name: Build with Metal feature run: | - export PKG_CONFIG_PATH="/usr/local/opt/ffmpeg/lib/pkgconfig:$PKG_CONFIG_PATH" - export PKG_CONFIG_ALLOW_CROSS=1 + # export PKG_CONFIG_PATH="/usr/local/opt/ffmpeg/lib/pkgconfig:$PKG_CONFIG_PATH" + # export PKG_CONFIG_ALLOW_CROSS=1 cargo build --release --features metal --target ${{ matrix.target }} # get the current tag or take latest (in the case of a workflow dispatch)