-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
2,006 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,11 +29,6 @@ jobs: | |
with: | ||
submodules: recursive | ||
|
||
# - name: Install dependencies | ||
# run: | | ||
# sudo apt-get update | ||
# sudo apt-get install -y qt5-default | ||
|
||
- name: Install Qt | ||
uses: jurplel/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,14 +35,6 @@ jobs: | |
git fetch --all --tags -f | ||
- name: Install Qt | ||
uses: jurplel/install-qt-action@v3 | ||
# with: | ||
# version: ${{ env.QT_VERSION }} | ||
# host: windows | ||
# target: desktop | ||
# arch: win64_msvc2019_64 | ||
# dir: ${{ runner.temp }} | ||
# modules: qtcharts qt3d | ||
# setup-python: false | ||
|
||
- name: Download JOM | ||
uses: suisei-cn/[email protected] | ||
|
Oops, something went wrong.