Skip to content

Commit

Permalink
Remove cmake to test user path
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Abrahão <[email protected]>
  • Loading branch information
patrickpa committed May 22, 2024
1 parent 681883b commit 3b0ef44
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-on-change-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,7 @@ jobs:
- name: Install dependencies
working-directory: dependencies
run: |
pwd
echo Updating CMAKE...
wget https://github.com/Kitware/CMake/releases/download/v3.29.3/cmake-3.29.3-linux-x86_64.sh
sudo apt remove cmake
sudo apt purge --auto-remove cmake
sudo bash cmake-3.29.3-linux-x86_64.sh --skip-license --exclude-subdir --prefix=/usr/local
echo $(pwd)
echo Installing dev_essential...
git clone https://github.com/cariad-tech/dev_essential.git
cd dev_essential
Expand Down

0 comments on commit 3b0ef44

Please sign in to comment.