Skip to content

Commit

Permalink
Update Github Actions CI...
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Nov 27, 2023
1 parent 696c5cb commit 635d89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: install prerequisites
run: sudo apt-get install -y avahi-daemon cppcheck libavahi-client-dev libcups2-dev libcupsimage2-dev libgnutls28-dev libjpeg-dev libpam-dev libpng-dev libusb-1.0-0-dev zlib1g-dev
- name: install PAPPL
run: git clone https://github.com/michaelrsweet/pappl.git && cd pappl && ./configure --enable-debug && make && sudo make install
run: git clone -b v1.4.x https://github.com/michaelrsweet/pappl.git && cd pappl && ./configure --enable-debug && make && sudo make install
- name: configure
env:
CC: /usr/bin/gcc
Expand Down

0 comments on commit 635d89b

Please sign in to comment.