diff options
author | Saturneric <[email protected]> | 2021-06-26 20:55:13 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-26 20:55:13 +0000 |
commit | d2c4da8f716023abc0bb835c36d219eabac95dfe (patch) | |
tree | f50d4bd3ed661ccec9cfabb9565fa40911554453 | |
parent | Update release-ci.yml (diff) | |
download | GpgFrontend-d2c4da8f716023abc0bb835c36d219eabac95dfe.tar.gz GpgFrontend-d2c4da8f716023abc0bb835c36d219eabac95dfe.zip |
Update release-ci.yml
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/release-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index e59656c8..10c66591 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -34,7 +34,7 @@ jobs: sudo apt-get update sudo apt-get -y install build-essential binutils git autoconf automake gettext texinfo sudo apt-get -y install gcc g++ - sudo apt-get -y install gpgsm libxcb-xinerama0 + sudo apt-get -y install gpgsm libxcb-xinerama0 libxcb-iccm4 if: matrix.os == 'ubuntu-16.04' - name: Install Dependence (macOS) |