Skip to content

Commit 18b9f56

Browse files
committed
Fix missing permission to install pandoc
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent 163314a commit 18b9f56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: "actions/checkout@v4"
2020
- run: |
21-
apt-get install pandoc
21+
sudo apt-get install pandoc
2222
- uses: "sigstore/cosign-installer@v3"
2323
- uses: "anchore/sbom-action/download-syft@v0"
2424
- uses: "docker/setup-qemu-action@v3"

0 commit comments

Comments
 (0)