Skip to content

Commit 13dcb77

Browse files
authored
ci: planck on ubuntu noble (#327)
GitHub Actions has bumped ubuntu to v24.04. Planck has not released new binaries for ubuntu since 2020. https://launchpad.net/~mfikes/+archive/ubuntu/planck So we need to hack a bit. Closes #326
1 parent b5f8d06 commit 13dcb77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/setup-planck/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ runs:
2323
sudo add-apt-repository -y "deb http://security.ubuntu.com/ubuntu focal-security main"
2424
2525
# is missing after installing planck so compensate
26-
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y libicu66
26+
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y libicu66 libjavascriptcoregtk-4.0-18
2727
2828
wget https://launchpad.net/~mfikes/+archive/ubuntu/planck/+files/planck_2.25.0-1ppa1~focal1_amd64.deb
29-
sudo apt-get install ./planck_2.25.0-1ppa1~focal1_amd64.deb
29+
sudo apt-get install ./planck_2.25.0-1ppa1~focal1_amd64.deb
3030
if: runner.os == 'Linux'
3131

3232
- name: Planck version (macos, linux)

0 commit comments

Comments
 (0)