From f11cf6d528394c13d7bba4fe13230b0ae2fd0e24 Mon Sep 17 00:00:00 2001 From: rudra-iitm Date: Mon, 13 Jan 2025 19:33:01 +0530 Subject: [PATCH] - Enhanced `auto-update.yml` to update the `README` with a list of parts and their versions. - Updated workflow base to `ubuntu-22.04` in all workflows requiring Rock builds. --- .github/workflows/auto-update.yml | 1 + .github/workflows/ci.yml | 2 +- .github/workflows/registry-actions.yml | 2 +- README.md | 3 +++ 4 files changed, 6 insertions(+), 2 deletions(-) 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