From: Maksym Mamontov <madf@madf.info>
Date: Wed, 17 Aug 2022 20:50:00 +0000 (+0300)
Subject: Install Boost in GitHub Actions.
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/5dfab5bea026e33031d041b233c73e196469b4ac

Install Boost in GitHub Actions.
---

diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml
index 16d52c26..232dcfbf 100644
--- a/.github/workflows/buildtest.yml
+++ b/.github/workflows/buildtest.yml
@@ -22,6 +22,9 @@ jobs:
       # We'll use this as our working directory for all subsequent commands
       run: cmake -E make_directory ${{runner.workspace}}/build
 
+    - name: Install Boost
+      run: sudo apt install boost-dev
+
     - name: Configure CMake
       # Use a bash shell so we can use the same syntax for environment variable
       # access regardless of the host operating system