Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Commit 66efa65

Browse files
ryohkhnoutscale-rce
authored andcommitted
🐛 fix: Add missing libfuse package
1 parent ef8fc3f commit 66efa65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
2020
sudo chmod +x /usr/bin/yq
2121
sudo apt-get update --fix-missing
22-
sudo apt-get install -y -f -o Acquire::Retries=3 jq libjson-c-dev
22+
sudo apt-get install -y -f -o Acquire::Retries=3 jq libjson-c-dev libfuse2
2323
- name: regen-test
2424
shell: bash
2525
run: COGNAC_CONFIG="--yq-go" make regen-test

0 commit comments

Comments
 (0)