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 ad57afd commit b0efbe5Copy full SHA for b0efbe5
.github/workflows/reusable-package.yml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- uses: actions/checkout@v3
9
- name: Install required tools
10
- run: choco install ninja imagemagick ghostscript
+ run: choco install ninja ghostscript
11
- name: Generate Ninja build
12
run: cmake -B build -G Ninja -D CMAKE_BUILD_TYPE=RelWithDebInfo -D CMAKE_C_COMPILER=clang
13
- name: Package
0 commit comments