Skip to content

Commit

Permalink
Enhanced auto-update.yml to update the README.md with a list of p…
Browse files Browse the repository at this point in the history
…arts and their versions. (#19)

Also updated workflow base to `ubuntu-22.04` in all workflows requiring Rock builds.
  • Loading branch information
rudra-iitm authored Jan 13, 2025
1 parent 8afee3d commit 8c537b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ jobs:
repo: ${{ github.repository }}
rock-version-schema: '^ghostpdl-(\d+\.\d+\.\d+)'
yaml-path: 'rockcraft.yaml'
readme-path: 'README.md'
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registry-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- Begin Included Components -->

<!-- End Included Components -->

## BUILDING WITHOUT PACKAGING OR INSTALLATION

Expand Down

0 comments on commit 8c537b5

Please sign in to comment.