]> git.stg.codes - stg.git/commitdiff
Install Boost in GitHub Actions.
authorMaksym Mamontov <madf@madf.info>
Wed, 17 Aug 2022 20:50:00 +0000 (23:50 +0300)
committerMaksym Mamontov <madf@madf.info>
Wed, 17 Aug 2022 20:50:00 +0000 (23:50 +0300)
.github/workflows/buildtest.yml

index 16d52c263721b759aef9c20b2f2cd44d05033849..232dcfbfc9d2a20093c2c6cb81c5668567504c5c 100644 (file)
@@ -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