Skip to content

Commit d202239

Browse files
committed
Update GitHub Actions workflow: add checks for ImageMagick installation and output PATH for debugging purposes.
1 parent 9cbcf9e commit d202239

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
run: |
2828
sudo apt-get update
2929
sudo apt-get install -y imagemagick
30+
which magick
31+
echo $PATH
3032
magick --version
3133
3234
- name: Generate Android Icons

0 commit comments

Comments
 (0)