git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67f951e
)
Install Boost in GitHub Actions.
author
Maksym Mamontov
<madf@madf.info>
Wed, 17 Aug 2022 20:50:00 +0000
(23:50 +0300)
committer
Maksym Mamontov
<madf@madf.info>
Wed, 17 Aug 2022 20:50:00 +0000
(23:50 +0300)
.github/workflows/buildtest.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/buildtest.yml
b/.github/workflows/buildtest.yml
index 16d52c263721b759aef9c20b2f2cd44d05033849..232dcfbfc9d2a20093c2c6cb81c5668567504c5c 100644
(file)
--- 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