Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Oct 3, 2023
1 parent e153e39 commit da7f27a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,18 @@ jobs:

- name: install dependence
run: git clone --recursive https://invent.kde.org/rolisteam/rolisteam-diceparser.git


- name: install qt6
run: |
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:beineri/opt-qt-6.2.0
sudo apt update
sudo apt install qt6-default
- name: verify qt6
run: qt6-config --version

- name: Build and Install
run: |
cd rolisteam-diceparser
Expand Down

0 comments on commit da7f27a

Please sign in to comment.