Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime authored Feb 29, 2024
1 parent 9a44524 commit 3f0e400
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
- uses: actions/checkout@main
- name: Setup
run: |
add-apt-repository ppa:git-core/ppa
apt-get update && apt-get install -y curl git pkg-config libsystemd-dev
apt-get update
apt-get install python-software-properties software-properties-common
add-apt-repository ppa:git-core/ppa -y
apt-get install -y curl git pkg-config libsystemd-dev
CMAKE_VERSION="3.24.2"
curl -sSL https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-x86_64.sh -o install-cmake.sh
chmod +x install-cmake.sh
Expand Down

0 comments on commit 3f0e400

Please sign in to comment.