Open NicolasGuary opened 1 year ago
We also hit this issue. Tried to install the missing dep with
- name: Install libwebkit2gtk
run: sudo apt-get install libwebkit2gtk-4.0-dev
But then we'd get (plural:3109): Gtk-WARNING **: 23:39:19.569: cannot open display:
The latest releases now contain a new asset plural-cli_console_0.6.24_Linux_amd64.tar.gz that does not have the embedded UI and does not require any additional dependencies.
@NicolasGuary @snikch try using this one in your GH actions instead.
Summary
Trying to run a GitHub action workflow to deploy to Plural. I'm using the following block in my action :
Everything works fine if I don't specify
vsn
which defaults tov0.5.18
or if I setvsn
to0.6.18
But starting from 0.6.19, setup-plural fails with the following error :
I believe a dependency might be missing.
Reproduction
Run the following GitHub action :
If
vsn
is0.6.19
or above it will fail with the error described above :Message from the maintainers:
Impacted by this bug? Give it a 👍. We factor engagement into prioritization.