Remove libpng install from macOS

This commit is contained in:
gitlost 2022-09-12 21:03:47 +01:00
parent 8f1b2a2034
commit b7af5fae17

View File

@ -160,9 +160,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install libpng-dev
run: sudo apt-get install libpng-dev
- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build