diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index f1f8f3b..d34ba35 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -38,3 +38,4 @@ jobs: repo: ${{ github.repository }} rock-version-schema: '^ghostpdl-(\d+\.\d+\.\d+)' yaml-path: 'rockcraft.yaml' + readme-path: 'README.md' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c620d60..8df5815 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: jobs: build-rock: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/.github/workflows/registry-actions.yml b/.github/workflows/registry-actions.yml index bf970a9..5c71fa4 100644 --- a/.github/workflows/registry-actions.yml +++ b/.github/workflows/registry-actions.yml @@ -23,7 +23,7 @@ on: jobs: build-rock: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/README.md b/README.md index 0f08dd6..362bc15 100644 --- a/README.md +++ b/README.md @@ -451,6 +451,9 @@ accessories, loaded media and the option defaults. If the printer is a PostScript printer, accessory configuration and option defaults can also often get polled from the printer. + + + ## BUILDING WITHOUT PACKAGING OR INSTALLATION