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 0bf27d4 commit d55d3f2Copy full SHA for d55d3f2
.github/workflows/build.yml
@@ -11,7 +11,6 @@ jobs:
11
- uses: actions/checkout@v4
12
with:
13
fetch-depth: 0
14
- - run: sudo apt install libfuse2
15
- name: Install pre-reqs
16
uses: awalsh128/cache-apt-pkgs-action@latest
17
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
- packages: exiftool libfuse2
+ packages: exiftool libfuse2t64
24
version: 1.0
25
- name: Install latest ImageMagick
26
run: |
0 commit comments