Skip to content

Commit

Permalink
ci: try fix apple clang job
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Sep 29, 2024
1 parent 53335e0 commit 58ac5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
LLVM_NAME=llvm@${{ matrix.config.compiler_version }}
env brew install ninja $LLVM_NAME
LLVM_PATH="$(brew --prefix $LLVM_NAME)"
echo "CC=$(echo $LLVM_PATH/clang)" >> $GITHUB_ENV
echo "CXX=$(echo $LLVM_PATH/clang++)" >> $GITHUB_ENV
echo "CC=$(echo $LLVM_PATH/bin/clang)" >> $GITHUB_ENV
echo "CXX=$(echo $LLVM_PATH/bin/clang++)" >> $GITHUB_ENV
echo "LDFLAGS=$(echo $LDFLAGS ${{ matrix.config.ldflags_workaround }})" >> $GITHUB_ENV
echo "CMAKE_CONFIG_EXTRA=$(echo $CMAKE_CONFIG_EXTRA -DCMAKE_BUILD_TYPE=${{ matrix.build_mode }})" >> $GITHUB_ENV
Expand Down

0 comments on commit 58ac5b6

Please sign in to comment.