Skip to content

Commit

Permalink
remove checking cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-couchbase committed Apr 3, 2024
1 parent f9e67c9 commit 3d98d87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
WORKING_DIRECTORY=$(pwd)
echo "${WORKING_DIRECTORY}/cmake-3.27.9-macos-universal/CMake.app/Contents/bin" >> $GITHUB_PATH
echo "PATH=${WORKING_DIRECTORY}/cmake-3.27.9-macos-universal/CMake.app/Contents/bin:$PATH" >> $GITHUB_ENV
cmake --version
- name: general
run: npm i && npm run rebuild
- run: npx vsce package --target ${{ env.target }}
Expand Down

0 comments on commit 3d98d87

Please sign in to comment.