Skip to content

Commit 6a89a22

Browse files
committed
Typo
1 parent da5678d commit 6a89a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
# and build directories, but this is only available with CMake 3.13 and higher.
129129
# The CMake binaries on the Github Actions machines are (as of this writing) 3.12
130130
run: |-
131-
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_ARCH=${{ matrix.arch }} -DLibArchive_ROOT=$(bre --prefix libarchive) ${{ env.ccache_cmake }}
131+
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_ARCH=${{ matrix.arch }} -DLibArchive_ROOT=$(brew --prefix libarchive) ${{ env.ccache_cmake }}
132132
cmake $GITHUB_WORKSPACE -LAH
133133
134134
- name: Fix Arm build

0 commit comments

Comments
 (0)