Skip to content

Commit 524477d

Browse files
committed
try to fix github action
1 parent 75e2e10 commit 524477d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515

16-
- name: Install system dependencies for Qt
17-
run: |
18-
sudo apt-get update
19-
sudo apt-get install -y build-essential libgl1-mesa-dev
20-
2116
- name: Set up Python
2217
uses: actions/setup-python@v5
2318
with:
@@ -27,13 +22,8 @@ jobs:
2722
uses: jurplel/install-qt-action@v4
2823
with:
2924
version: '6.8.3'
30-
host: 'linux'
31-
target: 'desktop'
32-
arch: 'gcc_64'
33-
tools: 'tools_cmake'
34-
archives: 'qttools qtsvg qtdeclarative qtbase icu'
3525

36-
- name: Build Project with CMake
26+
- name: Build Project with QMake
3727
run: |
3828
mkdir build
3929
cd build

0 commit comments

Comments
 (0)