Skip to content

Commit

Permalink
mac build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-couchbase committed Apr 3, 2024
1 parent b3dec9c commit 20b760f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: mac-specific
shell: bash
if: matrix.platform == 'darwin'
run: cmake --version && wget https://cmake.org/files/v3.27/cmake-3.27.9-macos-universal.tar.gz && tar xf cmake-3.27.9-macos-universal && export PATH="`pwd`/cmake-3.27.9-macos-universal/CMake.app/Contents/bin:$PATH" && cmake --version
run: cmake --version && wget https://cmake.org/files/v3.27/cmake-3.27.9-macos-universal.tar.gz && tar xf cmake-3.27.9-macos-universal.tar.gz && export PATH="`pwd`/cmake-3.27.9-macos-universal/CMake.app/Contents/bin:$PATH" && cmake --version
- name: general
run: npm i && npm run rebuild
- run: npx vsce package --target ${{ env.target }}
Expand Down

0 comments on commit 20b760f

Please sign in to comment.