We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91d2a3 commit 8ea2792Copy full SHA for 8ea2792
.github/workflows/enzyme-bazel.yml
@@ -52,10 +52,10 @@ jobs:
52
image: ${{ (contains(matrix.os, 'linux') && 'ghcr.io/enzymead/reactant-docker-images@sha256:91e1edb7a7c869d5a70db06e417f22907be0e67ca86641d48adcea221fedc674' ) || '' }}
53
54
steps:
55
- - name: Install Eigen
+ - name: Install Eigen and Boost
56
run: |
57
apt update
58
- apt-get install libeigen3-dev -y
+ apt-get install libeigen3-dev libboost-all-dev -y
59
- uses: actions/checkout@v4
60
61
with:
0 commit comments