Skip to content

Commit 706b14f

Browse files
Removed legacy install, use Actions instead
1 parent 6be2fe5 commit 706b14f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
chmod +x ${{ github.workspace }}/${{ env.CI_SCRIPT }}
2626
./${{ env.CI_SCRIPT }} install-dependency
2727
28+
- name: Install Qt
29+
uses: jurplel/install-qt-action@v4
30+
2831
- name: Install Rust
2932
shell: bash
3033
run: |

scripts/linux_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nproc=$(nproc)
88
install_dependency() {
99
sudo apt-get update
1010
sudo apt-get install -y git cmake \
11-
qt6-base-dev clang
11+
clang
1212
}
1313

1414
function check() {

0 commit comments

Comments
 (0)