We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f9314 commit 1d87c9dCopy full SHA for 1d87c9d
.github/workflows/ci.yml
@@ -12,8 +12,8 @@ jobs:
12
matrix:
13
config:
14
- { name: "Ubuntu build", os: "ubuntu-latest", install: "sudo apt-get install cmake ninja-build libpng-dev" }
15
- - { name: "Windows build", os: "windows-latest", install: "choco install cmake ninja pkgconfiglite" }
16
- - { name: "macOS build", os: "macos-latest", install: "brew install cmake ninja" }
+ - { name: "Windows build", os: "windows-latest", install: "choco install cmake ninja libpng pkgconfiglite" }
+ - { name: "macOS build", os: "macos-latest", install: "brew install cmake ninja libpng pkgconf" }
17
steps:
18
- uses: actions/checkout@v4
19
- run: ${{ matrix.config.install }}
0 commit comments