Skip to content

Commit

Permalink
Add missing header files to the install list
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Jan 14, 2025
1 parent 35ce1c1 commit 21dd5a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/macosdeps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ runs:
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
arch: 'arm64'

- name: Remove spurious symlinks
shell: ${{inputs.shell}}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/develop-release-linuxonly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: DevelopReleaseLinuxOnly

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
inputs:
plugin_list:
Expand Down
1 change: 1 addition & 0 deletions SigDigger.pro
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ SUSCAN_HEADERS += \
include/Suscan/Channel.h \
include/Suscan/Compat.h \
include/Suscan/Config.h \
include/Suscan/Device.h \
include/Suscan/Estimator.h \
include/Suscan/Library.h \
include/Suscan/Logger.h \
Expand Down

0 comments on commit 21dd5a2

Please sign in to comment.