Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheridan committed Jul 25, 2024
1 parent ca86553 commit 58a961d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,16 @@ jobs:
-w /workspace \
gcc:10 \
bash -c "
apt-get update && apt-get install -y cmake pkg-config libboost-system-dev libjsoncpp-dev libpaho-mqttpp3-dev
apt-get update && apt-get install -y \
cmake \
pkg-config \
build-essential \
libpaho-mqtt-dev \
libpaho-mqttpp-dev \
libboost-all-dev \
libjsoncpp-dev \
dpkg-dev \
ubuntu-dev-tools
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
Expand Down

0 comments on commit 58a961d

Please sign in to comment.