Skip to content

Commit

Permalink
add boost package installation to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeseungYeom committed Feb 8, 2024
1 parent b6df248 commit ac72151
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/compile_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
lz4 \
pkgconf \
libzmq5 \
sqlite
sqlite \
libboost-all-dev
sudo pip install jsonschema cffi ply pyyaml
sudo chmod 777 /usr -R
- name: Install Spack
Expand Down Expand Up @@ -195,6 +196,11 @@ jobs:
externals:
- spec: "[email protected]"
prefix: /usr
boost:
buildable: False
externals:
- spec: "[email protected]"
prefix: /usr
gcc:
externals:
- spec: gcc@${GCC_VERSION} languages=c,c++
Expand Down

0 comments on commit ac72151

Please sign in to comment.