Skip to content

Commit 857b15e

Browse files
Switch github CI jobs to use po4a version 0.67.
Install using apt install to include any new dependencies.
1 parent 7fe861d commit 857b15e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: |
2929
./scripts/travis-install-build-deps.sh
3030
sudo apt-get install -y eatmydata
31-
curl -O http://snapshot.debian.org/archive/debian/20220102T084145Z/pool/main/p/po4a/po4a_0.66-1_all.deb
32-
sudo dpkg -i po4a_0.66-1_all.deb
31+
curl -O http://snapshot.debian.org/archive/debian/20220716T154603Z/pool/main/p/po4a/po4a_0.67-2_all.deb
32+
sudo apt install ./po4a_0.67-2_all.deb
3333
cd src
3434
eatmydata ./autogen.sh
3535
eatmydata ./configure --with-realtime=uspace --disable-check-runtime-deps
@@ -53,8 +53,8 @@ jobs:
5353
run: |
5454
./scripts/travis-install-build-deps.sh
5555
sudo apt-get install -y eatmydata
56-
curl -O http://snapshot.debian.org/archive/debian/20220102T084145Z/pool/main/p/po4a/po4a_0.66-1_all.deb
57-
sudo dpkg -i po4a_0.66-1_all.deb
56+
curl -O http://snapshot.debian.org/archive/debian/20220716T154603Z/pool/main/p/po4a/po4a_0.67-2_all.deb
57+
sudo apt install ./po4a_0.67-2_all.deb
5858
cd src
5959
eatmydata ./autogen.sh
6060
eatmydata ./configure --with-realtime=uspace --disable-check-runtime-deps --enable-build-documentation=html
@@ -80,8 +80,8 @@ jobs:
8080
git fetch --recurse-submodules=no https://github.com/linuxcnc/linuxcnc refs/tags/*:refs/tags/*
8181
./scripts/travis-install-build-deps.sh
8282
sudo apt-get install -y eatmydata
83-
curl -O http://snapshot.debian.org/archive/debian/20220102T084145Z/pool/main/p/po4a/po4a_0.66-1_all.deb
84-
sudo dpkg -i po4a_0.66-1_all.deb
83+
curl -O http://snapshot.debian.org/archive/debian/20220716T154603Z/pool/main/p/po4a/po4a_0.67-2_all.deb
84+
sudo apt install ./po4a_0.67-2_all.deb
8585
codename=$(lsb_release -cs)
8686
dch --maintmaint --distribution $codename "GitHub test package."
8787
eatmydata debian/configure

0 commit comments

Comments
 (0)