Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-kozarec committed Mar 22, 2024
1 parent 03fee53 commit 480e4ae
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up CMake
uses: cmake/setup-cmake@v1
with:
cmake-version: '3.21'

- name: Install Boost and OpenSSL dependencies
- name: Install CMake
run: |
sudo apt-get update
sudo apt-get install cmake
- name: Install Boost and OpenSSL dependencies
run: |
sudo apt-get install libboost-all-dev libssl-dev
- name: Configure and build
Expand Down

0 comments on commit 480e4ae

Please sign in to comment.