Skip to content

Commit

Permalink
Install libcurl4-openssl-dev for Ubuntu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Apr 29, 2024
1 parent fc0fdb5 commit 5bf89af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
submodules: recursive
ref: ${{ github.event.pull_request.head.sha }}

- name: Install Cmake 3.23
- name: Install Dependencies
if: ${{ matrix.platform == 'ubuntu-latest' }}
run: |
sudo apt-get update
sudo apt-get install cmake-data
sudo apt-get install cmake-data libcurl4-openssl-dev
wget -O cmake.sh https://cmake.org/files/v3.23/cmake-3.23.2-linux-x86_64.sh
sudo bash cmake.sh --skip-license --exclude-subdir --prefix=/usr/local
shell: bash
Expand Down

0 comments on commit 5bf89af

Please sign in to comment.