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 26f6cc9 commit 7f0af95Copy full SHA for 7f0af95
.github/workflows/go.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Setup ImageMagick's MagickWand
26
run:
27
- sudo apt-get install libmagickwand-dev imagemagick
+ sudo apt-get update && sudo apt-get install libmagickwand-dev imagemagick
28
29
- name: Build all
30
run: |
0 commit comments