We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5678d commit 6a89a22Copy full SHA for 6a89a22
.github/workflows/build.yml
@@ -128,7 +128,7 @@ jobs:
128
# and build directories, but this is only available with CMake 3.13 and higher.
129
# The CMake binaries on the Github Actions machines are (as of this writing) 3.12
130
run: |-
131
- cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_ARCH=${{ matrix.arch }} -DLibArchive_ROOT=$(bre --prefix libarchive) ${{ env.ccache_cmake }}
+ cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_ARCH=${{ matrix.arch }} -DLibArchive_ROOT=$(brew --prefix libarchive) ${{ env.ccache_cmake }}
132
cmake $GITHUB_WORKSPACE -LAH
133
134
- name: Fix Arm build
0 commit comments