Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuza committed Nov 3, 2024
1 parent 4aeaa13 commit 8c0b520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
- name: Install Pandoc with Chocolatey
if: matrix.target.target == 'windows'
run: choco install pandoc -y
run: |
choco install pandoc -y
choco install imagemagick -y
- name: Cache cargo registry
uses: actions/cache@v3
Expand Down
Binary file added test.ico
Binary file not shown.

0 comments on commit 8c0b520

Please sign in to comment.