Skip to content

Commit d55d3f2

Browse files
committed
Try to fix build again again
1 parent 0bf27d4 commit d55d3f2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
14-
- run: sudo apt install libfuse2
1514
- name: Install pre-reqs
1615
uses: awalsh128/cache-apt-pkgs-action@latest
1716
with:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install pre-reqs
2121
uses: awalsh128/cache-apt-pkgs-action@latest
2222
with:
23-
packages: exiftool libfuse2
23+
packages: exiftool libfuse2t64
2424
version: 1.0
2525
- name: Install latest ImageMagick
2626
run: |

0 commit comments

Comments
 (0)