We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f8d06 commit 13dcb77Copy full SHA for 13dcb77
.github/workflows/setup-planck/action.yml
@@ -23,10 +23,10 @@ runs:
23
sudo add-apt-repository -y "deb http://security.ubuntu.com/ubuntu focal-security main"
24
25
# is missing after installing planck so compensate
26
- DEBIAN_FRONTEND=noninteractive sudo apt-get install -y libicu66
+ DEBIAN_FRONTEND=noninteractive sudo apt-get install -y libicu66 libjavascriptcoregtk-4.0-18
27
28
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
+ sudo apt-get install ./planck_2.25.0-1ppa1~focal1_amd64.deb
30
if: runner.os == 'Linux'
31
32
- name: Planck version (macos, linux)
0 commit comments