Skip to content

Commit

Permalink
update linux ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-couchbase committed Apr 15, 2024
1 parent 8a15223 commit 874a8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
shell: bash
if: matrix.platform == 'linux'
run: |
command_path=$(which {{cmake}})
find / -type f -exec sh -c '[[ $(file "{}") == *"$command_path"* ]]' \; -exec rm -rf {} \;
command_path=$(which cmake)
find / -type f -exec sh -c '[[ $(file "{}") == "$command_path"* ]]' \; -exec rm -rf {} \;
wget https://cmake.org/files/v3.27/cmake-3.27.0-linux-x86_64.sh
tar xf cmake-3.27.0-linux-x86_64.sh
WORKING_DIRECTORY=$(pwd)
Expand Down

0 comments on commit 874a8af

Please sign in to comment.