mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Update ci.yml
This commit is contained in:
parent
9a445245f1
commit
3f0e400718
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -25,8 +25,10 @@ jobs:
|
|||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
add-apt-repository ppa:git-core/ppa
|
apt-get update
|
||||||
apt-get update && apt-get install -y curl git pkg-config libsystemd-dev
|
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"
|
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
|
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
|
chmod +x install-cmake.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user