Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Nov 12, 2024
1 parent 368ff9a commit a2f38fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
target: 'desktop'
arch: 'linux_gcc_64'
modules: 'qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets'
# extra: '--exclude-libs=libqsqlmimer'
extra: '--exclude-libs=libmimerapi'

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
Expand All @@ -68,7 +68,6 @@ jobs:
run: |
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DVSCP_ROOT=${{github.workspace}}/third_party/vscp/ -DVSCP_PATH=${{github.workspace}}/third_party/vscp/ ..
- name: Build
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit a2f38fb

Please sign in to comment.