Skip to content

Commit

Permalink
Clean up titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Dec 8, 2023
1 parent c73e3e3 commit 30a40da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout LPrint
uses: actions/checkout@v4

- name: update build environment
- name: Update Build Environment
run: sudo apt-get update --fix-missing -y

- name: install prerequisites
- name: Install Prerequisites
run: sudo apt-get install -y avahi-daemon cppcheck libavahi-client-dev libgnutls28-dev libjpeg-dev libpam-dev libpng-dev libusb-1.0-0-dev zlib1g-dev

- name: Checkout libcups3
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Checkout LPrint
uses: actions/checkout@v4

- name: install prerequisites
- name: Install Prerequisites
run: brew install cppcheck libjpeg libpng libusb openssl@3 pkg-config

- name: Checkout libcups3
Expand Down

0 comments on commit 30a40da

Please sign in to comment.