Skip to content

Commit b0efbe5

Browse files
authored
Icon (#13)
* generate lua icon * imagemagick is already installed in github runners
1 parent ad57afd commit b0efbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v3
99
- name: Install required tools
10-
run: choco install ninja imagemagick ghostscript
10+
run: choco install ninja ghostscript
1111
- name: Generate Ninja build
1212
run: cmake -B build -G Ninja -D CMAKE_BUILD_TYPE=RelWithDebInfo -D CMAKE_C_COMPILER=clang
1313
- name: Package

0 commit comments

Comments
 (0)