Searched +full:libpng +full:- +full:dev (Results 1 – 2 of 2) sorted by relevance
4 # and testing. Some less-common development packages are not included9 sudo apt install gcc python3 libpng-dev ruby-full gcovr cmake
12 runs-on: ubuntu-latest24 - uses: actions/checkout@v225 - uses: ammaraskar/gcc-problem-matcher@master26 - name: Install prerequisites27 run: scripts/install-prerequisites.sh28 - name: Building ${{ matrix.build_option }}29 run: python tests/main.py --build-option=${{ matrix.build_option }} build31 test-native:32 runs-on: ubuntu-latest35 - uses: actions/checkout@v2[all …]