Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfloltk authored Jan 17, 2024
1 parent d9ef09c commit 8863a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
apt update
apt full-upgrade -y
apt install *cmake* -y
apt install *cmake* *ssl* -y
git clone --recursive https://github.com/Kitware/CMake.git
cd CMake
./bootstrap && (make && make install); (make && sudo su && make install);
Expand Down

0 comments on commit 8863a30

Please sign in to comment.