File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ runs :
2+ using : " composite"
3+ steps :
4+ - shell : bash
5+ run : |
6+ brew install llvm
7+ LLVM_PREFIX=$(brew --prefix llvm)
8+ echo "${LLVM_PREFIX}/bin" >> $GITHUB_PATH
9+ echo "CC=${LLVM_PREFIX}/bin/clang" >> $GITHUB_ENV
10+ echo "CXX=${LLVM_PREFIX}/bin/clang++" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 8787 lfs : true
8888 fetch-depth : 0
8989 fetch-tags : true
90+ - uses : ./.github/actions/brew_clang
9091 - run : ./scripts/version.sh "./apps/desktop/src-tauri/tauri.conf.json" "${{ needs.compute-version.outputs.version }}"
9192 - uses : ./.github/actions/install_desktop_deps
9293 with :
@@ -149,7 +150,6 @@ jobs:
149150 VITE_APP_URL: "https://hyprnote.com"
150151 VITE_API_URL: "https://api.hyprnote.com"
151152 VITE_PRO_PRODUCT_ID: ${{ secrets.VITE_PRO_PRODUCT_ID }}
152- CMAKE_ARGS: ${{ matrix.arch == 'aarch64' && '-DGGML_NATIVE=OFF -DGGML_CPU_ARM_ARCH=armv8-a' || '' }}
153153 - run : |
154154 mkdir -p target/release/
155155 find target/${{ matrix.target }}/release -type f -not -path "*/\.*" -exec cp {} target/release/ \;
Original file line number Diff line number Diff line change 3434 runs-on : ${{ matrix.runner }}
3535 steps :
3636 - uses : actions/checkout@v4
37+ - if : matrix.platform == 'macos'
38+ uses : ./.github/actions/brew_clang
3739 - uses : ./.github/actions/pnpm_install
3840 - uses : denoland/setup-deno@v2
3941 - run : pnpm -F ui build
You can’t perform that action at this time.
0 commit comments