Skip to content

Commit

Permalink
[ci] Fix macOS nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
feisuzhu committed Jul 28, 2022
1 parent 43a7448 commit 0a0adbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ jobs:
export PATH=$(ls -d ~/mini*/envs/$PY/bin):$PATH
bash .github/workflows/scripts/unix_build.sh
brew uninstall molten-vk
echo PATH=$PATH >> $GITHUB_ENV
env:
TAICHI_CMAKE_ARGS: -DTI_WITH_VULKAN:BOOL=ON -DTI_WITH_OPENGL:BOOL=OFF -DTI_WITH_CC:BOOL=OFF -DTI_BUILD_TESTS:BOOL=ON -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache
PROJECT_NAME: ${{ matrix.name }}
Expand Down

0 comments on commit 0a0adbf

Please sign in to comment.