aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea/workflows/develop-qt6.yml
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-11-15 05:20:44 +0000
committersaturneric <[email protected]>2024-11-15 07:40:30 +0000
commit0f89acc906169ffdb69ff5f67e3a70cc79edf9b4 (patch)
treecab588af221cbdbd95a175a3990c364bd992033e /.gitea/workflows/develop-qt6.yml
parentfix: add gitea devops configures (diff)
downloadGpgFrontend-0f89acc906169ffdb69ff5f67e3a70cc79edf9b4.tar.gz
GpgFrontend-0f89acc906169ffdb69ff5f67e3a70cc79edf9b4.zip
fix: solve gitea devops issues
Diffstat (limited to '')
-rw-r--r--.gitea/workflows/develop-qt6.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitea/workflows/develop-qt6.yml b/.gitea/workflows/develop-qt6.yml
index c1fa6e21..269c4bed 100644
--- a/.gitea/workflows/develop-qt6.yml
+++ b/.gitea/workflows/develop-qt6.yml
@@ -1,4 +1,4 @@
-name: Build & Package
+name: Develop CI Qt6
on:
push:
@@ -28,8 +28,9 @@ jobs:
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- - name: Install Dependence (Linux)
+ - name: Install Dependence
run: |
+ sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-get update
sudo apt-get -y install build-essential binutils git autoconf automake gettext texinfo
sudo apt-get -y install gcc g++ ninja-build
@@ -40,7 +41,7 @@ jobs:
sudo apt-get -y install libglu1-mesa-dev libfontconfig1-dev libx11-xcb-dev libxcb-* libxkbcommon-x11-0
- name: Install Qt6
- uses: jurplel/install-qt-action@v3
+ uses: jurplel/install-qt-action@v4
with:
version: '6.7.2'
cache: 'true'