Skip to content

Commit

Permalink
CI: qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Sep 5, 2024
1 parent 330032e commit 8d5fe6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ls -la
cpanm --local-lib=~/perl5 local::lib
eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
cpanm --notest Devel::Cover::Report::Clover
pip3 install --user coverage
pip3 install --user --break-system-packages coverage
export ZNC_MODPERL_COVERAGE=1
#export ZNC_MODPYTHON_COVERAGE=1

Expand Down
2 changes: 1 addition & 1 deletion .github/ubuntu_deps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo apt-get update
sudo apt-get install -y tcl-dev libsasl2-dev libicu-dev swig qtbase5-dev libboost-locale-dev libperl-dev libargon2-dev cpanminus gettext clang llvm lcov
sudo apt-get install -y tcl-dev libsasl2-dev libicu-dev swig qtbase6-dev libboost-locale-dev libperl-dev libargon2-dev cpanminus gettext clang llvm lcov
sudo apt-get upgrade -y

2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
submodules: true
- run: |
brew update
brew install icu4c qt5 gettext pkg-config cpanminus boost
brew install icu4c qt6 gettext pkg-config cpanminus boost
- run: source .github/build.sh
- uses: codecov/codecov-action@v3

Expand Down

0 comments on commit 8d5fe6c

Please sign in to comment.