Skip to content

Commit

Permalink
Fix cmake script execution
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 f41b861 commit bbd362c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-change-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
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 cmake-3.29.3-linux-x86_64.sh --skip-license --exclude-subdir --prefix=/usr/local
sudo bash cmake-3.29.3-linux-x86_64.sh --skip-license --exclude-subdir --prefix=/usr/local
echo Installing dev_essential...
git clone https://github.com/cariad-tech/dev_essential.git
Expand Down

0 comments on commit bbd362c

Please sign in to comment.