Skip to content

Commit

Permalink
New dependency added
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 18, 2020
1 parent f0453ac commit 816a1f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
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-dev
- run: apt-get update && apt-get install -y -q python-dev libpng-dev
- run: make
build-clang:
name: Build Clang
Expand All @@ -21,5 +21,5 @@ jobs:
container: silkeh/clang:${{ matrix.clang-version }}
steps:
- uses: actions/checkout@v1
- run: apt-get update && apt-get install -y -q python-dev
- run: apt-get update && apt-get install -y -q python-dev libpng-dev
- run: make CC=clang

0 comments on commit 816a1f6

Please sign in to comment.