diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a016efd..6aad957 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install Ghostcript + run: sudo apt-get install -y ghostscript + - name: Set up Go uses: actions/setup-go@v5 with: @@ -23,4 +26,4 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v6 with: - version: latest \ No newline at end of file + version: latest