Skip to content

Commit d2b7f36

Browse files
committed
ci: Remove no longer needed libevent dependency
1 parent bcb89ac commit d2b7f36

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: MacOS Install Deps
3131
if: contains(matrix.os, 'macos')
3232
run: |
33-
brew install ccache boost pkgconf libevent qt@6 qrencode coreutils llvm
33+
brew install ccache boost pkgconf qt@6 qrencode coreutils llvm
3434
if [ "${BUILD_APP_TESTS}" = "ON" ]; then
3535
brew install googletest
3636
fi
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
sudo apt-get update && sudo apt-get install -y \
4747
build-essential ccache cmake pkgconf \
48-
libevent-dev libboost-dev libsqlite3-dev libgl-dev libqrencode-dev \
48+
libboost-dev libsqlite3-dev libgl-dev libqrencode-dev \
4949
qt6-base-dev qt6-tools-dev qt6-l10n-tools qt6-tools-dev-tools \
5050
qt6-declarative-dev qml6-module-qt-labs-settings qml6-module-qtquick qml6-module-qtquick-controls qml6-module-qtquick-dialogs qml6-module-qtquick-layouts qml6-module-qtquick-templates qml6-module-qtqml
5151
if [ "${BUILD_APP_TESTS}" = "ON" ]; then

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
cmake \
2626
ninja-build \
2727
pkg-config \
28-
libevent-dev \
2928
libsqlite3-dev \
3029
zlib1g-dev \
3130
libboost-all-dev \

.github/workflows/gui-functional-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get install -y \
3333
build-essential cmake curl pkgconf python3 \
3434
xvfb xauth \
35-
libevent-dev libboost-dev libsqlite3-dev libgl-dev libqrencode-dev \
35+
libboost-dev libsqlite3-dev libgl-dev libqrencode-dev \
3636
qt6-qpa-plugins \
3737
qt6-base-dev qt6-tools-dev qt6-l10n-tools qt6-tools-dev-tools \
3838
qt6-declarative-dev \

0 commit comments

Comments
 (0)