Skip to content

Commit

Permalink
Update build-visual_studio-qt6.yml
Browse files Browse the repository at this point in the history
Set to workflow_call so we can make a release
Remove repository reference to dolphin78
  • Loading branch information
neatchee committed Oct 22, 2023
1 parent 603c0f3 commit 771d502
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/build-visual_studio-qt6.yml
Original file line number Diff line number Diff line change
@@ -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 :)
Expand All @@ -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: |
Expand Down

0 comments on commit 771d502

Please sign in to comment.