From 771d502fa38455161c65c2f8a67395159e17812d Mon Sep 17 00:00:00 2001 From: neatchee Date: Fri, 20 Oct 2023 23:32:53 -0700 Subject: [PATCH] Update build-visual_studio-qt6.yml Set to workflow_call so we can make a release Remove repository reference to dolphin78 --- .github/workflows/build-visual_studio-qt6.yml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-visual_studio-qt6.yml b/.github/workflows/build-visual_studio-qt6.yml index 2611c6a..5d41491 100644 --- a/.github/workflows/build-visual_studio-qt6.yml +++ b/.github/workflows/build-visual_studio-qt6.yml @@ -1,11 +1,7 @@ name: Build Chiaki (VC Qt6) on: - workflow_dispatch: - # workflow_call: #testing! - - # TODO: https://www.qt.io/blog/qt-multimedia-in-qt-6 - # Not as easy as updating a cmakelists.txt file :( + workflow_call: jobs: build-win_x64: # only win_x64 so far :) @@ -22,11 +18,11 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - with: - repository: 'dolphin78/chiaki-qt6' - ref: 'haptics' - submodules: 'recursive' - path: 'chiaki-qt6' + # with: + # repository: 'dolphin78/chiaki-qt6' + # ref: 'haptics' + # submodules: 'recursive' + # path: 'chiaki-qt6' - name: Setup NASM run: |