Skip to content

Commit

Permalink
Set project name explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
axmetishe committed Feb 9, 2024
1 parent da91790 commit a0fe804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,4 @@ jobs:
- name: Run build with Gradle Wrapper
run: ./gradlew build
- name: Test application
run: |
dir ${{ github.workspace }}/build
dir ${{ github.workspace }}/build/exe
dir ${{ github.workspace }}/build/exe/main/debug
dir ${{ github.workspace }}/build/exe/main/debug/linux
${{ github.workspace }}/build/exe/main/debug/linux/qt-application-example --version
run: ${{ github.workspace }}/build/exe/main/debug/linux/qt-application-example --version
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
rootProject.name = "qt-application-example"

pluginManagement {
repositories {
mavenLocal()
Expand Down

0 comments on commit a0fe804

Please sign in to comment.