]> git.stg.codes - stg.git/commitdiff
Fix Boost package name.
authorMaksym Mamontov <madf@madf.info>
Wed, 17 Aug 2022 20:51:32 +0000 (23:51 +0300)
committerMaksym Mamontov <madf@madf.info>
Wed, 17 Aug 2022 20:51:32 +0000 (23:51 +0300)
.github/workflows/buildtest.yml

index 232dcfbfc9d2a20093c2c6cb81c5668567504c5c..49c4fd78088db5c654143a36d37068dd286ba93b 100644 (file)
@@ -23,7 +23,7 @@ jobs:
       run: cmake -E make_directory ${{runner.workspace}}/build
 
     - name: Install Boost
       run: cmake -E make_directory ${{runner.workspace}}/build
 
     - name: Install Boost
-      run: sudo apt install boost-dev
+      run: sudo apt install libboost-all-dev
 
     - name: Configure CMake
       # Use a bash shell so we can use the same syntax for environment variable
 
     - name: Configure CMake
       # Use a bash shell so we can use the same syntax for environment variable