Skip to content

Commit

Permalink
Added unlock-keyring action to ubuntu jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilInTheGaps committed Nov 3, 2023
1 parent d0940d6 commit 4172513
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ jobs:
sudo apt-get upgrade -q
sudo apt install -qq mesa-common-dev libglu1-mesa-dev libfreetype6-dev libfontconfig1-dev libjpeg-turbo8-dev libtiff-dev libnss3-dev libopenjp2-7-dev libboost-dev libcairo2-dev libcurl4-openssl-dev python3-setuptools patchelf libasound2-dev libsecret-1-dev gnome-keyring dbus-x11 libxcb-cursor0 libfuse2
- name: Unlock Keyring
uses: t1m0thyj/unlock-keyring@v1

- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
Expand Down Expand Up @@ -259,6 +262,9 @@ jobs:
sudo apt install -qq mesa-common-dev libglu1-mesa-dev libfreetype6-dev libfontconfig1-dev libjpeg-turbo8-dev libtiff-dev libnss3-dev libopenjp2-7-dev libboost-dev libcairo2-dev libcurl4-openssl-dev python3-setuptools patchelf libasound2-dev libsecret-1-dev gnome-keyring dbus-x11 libxcb-cursor0
sudo pip3 install gcovr
- name: Unlock Keyring
uses: t1m0thyj/unlock-keyring@v1

- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
Expand Down

0 comments on commit 4172513

Please sign in to comment.