Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Jul 12, 2024
1 parent bcbe75d commit f9452d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
# Detect necessary CMake flags
target="${{ runner.os }}-${{ runner.arch }}"
echo "enable-pgo=true" >> $GITHUB_OUTPUT
target_cmake_flags="-DLLVM_RELEASE_ENABLE_PGO=OFF"
target_cmake_flags=""
# The macOS builds try to cross compile some libraries so we need to
# add extra CMake args to disable them.
if [ "${{ runner.os }}" = "macOS" ]; then
Expand Down

0 comments on commit f9452d6

Please sign in to comment.