Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 23, 2024
1 parent f7dee66 commit 96cd781
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@ jobs:
with:
submodules: recursive

# https://github.com/marketplace/actions/install-qt
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.8.*
host: 'linux'
target: 'desktop'
arch: 'linux_gcc_64'
modules: 'qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets'
extra: '-exclude-libs=libqsqlmimer'

- name: Checkout vscp repo
uses: actions/checkout@v4
with:
Expand All @@ -41,11 +30,11 @@ jobs:
ref: development
submodules: recursive

- name: Checkout eclipse paho repo
uses: actions/checkout@v4
with:
repository: eclipse/paho.mqtt.c
path: paho
# - name: Checkout eclipse paho repo
# uses: actions/checkout@v4
# with:
# repository: eclipse/paho.mqtt.c
# path: paho

- name: Update before installing packages
run: sudo apt-get update
Expand All @@ -59,8 +48,8 @@ jobs:
- name: Install libssl-dev manually
run: sudo apt-get install libssl-dev

- name: Install paho manually
run: cd paho && mkdir build && cd build && sudo cmake -DPAHO_WITH_SSL=true .. && sudo make install
# - name: Install paho manually
# run: cd paho && mkdir build && cd build && sudo cmake -DPAHO_WITH_SSL=true .. && sudo make install

- name: Install curl manually
run: sudo apt-get install libcurl4-openssl-dev
Expand All @@ -78,6 +67,17 @@ jobs:
# - name: Install mysql client
# run: sudo apt install libmysqlclient-dev

# https://github.com/marketplace/actions/install-qt
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.8.*
host: 'linux'
target: 'desktop'
arch: 'linux_gcc_64'
modules: 'qtcharts qtconnectivity qtserialbus qtserialport qtwebsockets'
# extra: '-exclude-libs=libqsqlmimer'

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2

Expand Down

0 comments on commit 96cd781

Please sign in to comment.