Skip to content

Commit

Permalink
Added more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 19, 2020
1 parent 56748d6 commit 946ee66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
container: gcc:${{ matrix.gcc-version }}
steps:
- uses: actions/checkout@v1
- run: apt-get update && apt-get install -y -q python python-pip python-dev libpng-dev wget
- run: apt-get update && apt-get install -y -q python python-pip python-dev libpng-dev wget libssl-dev
- run: wget https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6.tar.gz && tar -zxvf cmake-3.16.6.tar.gz && cd cmake-3.16.6 && ./bootstrap && make && make install
- run: pip install --upgrade conan urllib3
- run: conan install . --build
Expand All @@ -25,7 +25,7 @@ jobs:
container: silkeh/clang:${{ matrix.clang-version }}
steps:
- uses: actions/checkout@v1
- run: apt-get update && apt-get install -y -q python python-pip python-dev libpng-dev wget
- run: apt-get update && apt-get install -y -q python python-pip python-dev libpng-dev wget libssl-dev
- run: wget https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6.tar.gz && tar -zxvf cmake-3.16.6.tar.gz && cd cmake-3.16.6 && ./bootstrap && make && make install
- run: pip install --upgrade conan urllib3
- run: conan install . --build
Expand Down

0 comments on commit 946ee66

Please sign in to comment.