Skip to content

Commit 163314a

Browse files
committed
Fix missing pandoc
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent 8ab2c51 commit 163314a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
id-token: "write"
1818
steps:
1919
- uses: "actions/checkout@v4"
20+
- run: |
21+
apt-get install pandoc
2022
- uses: "sigstore/cosign-installer@v3"
2123
- uses: "anchore/sbom-action/download-syft@v0"
2224
- uses: "docker/setup-qemu-action@v3"

0 commit comments

Comments
 (0)