Skip to content

Commit

Permalink
update github env path
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-couchbase committed Apr 3, 2024
1 parent 3dee28b commit f9e67c9
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 @@ -64,7 +64,7 @@ jobs:
tar xf cmake-3.27.9-macos-universal.tar.gz
WORKING_DIRECTORY=$(pwd)
echo "${WORKING_DIRECTORY}/cmake-3.27.9-macos-universal/CMake.app/Contents/bin" >> $GITHUB_PATH
echo "${WORKING_DIRECTORY}/cmake-3.27.9-macos-universal/CMake.app/Contents/bin" >> $GITHUB_ENV
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
Expand Down

0 comments on commit f9e67c9

Please sign in to comment.