Skip to content

Commit

Permalink
Update installer.yml add bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Sep 14, 2024
1 parent 47cca99 commit 9351265
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ jobs:

- name: Build
run: cmake --build '${{github.workspace}}/build' --parallel "$(nproc)"
shell: bash

- name: Install
run: cmake --install '${{ github.workspace }}/build'
shell: bash

- name: Run windeployqt
run: windeployqt -serialport -multimedia --qmldir '${{ github.workspace }}/install/bin/qml' '${{ github.workspace }}/install/bin/quickevent.exe'
Expand Down

0 comments on commit 9351265

Please sign in to comment.