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. (#23)

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 6b10f32 commit a3b6105
Show file tree
Hide file tree
Showing 4 changed files with 7 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: '^debian/(\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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,10 @@ 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

You can also do a "quick-and-dirty" build without snapping and without
Expand Down

0 comments on commit a3b6105

Please sign in to comment.