Skip to content

Commit 8ea2792

Browse files
authored
Update enzyme-bazel.yml
1 parent f91d2a3 commit 8ea2792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/enzyme-bazel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
image: ${{ (contains(matrix.os, 'linux') && 'ghcr.io/enzymead/reactant-docker-images@sha256:91e1edb7a7c869d5a70db06e417f22907be0e67ca86641d48adcea221fedc674' ) || '' }}
5353

5454
steps:
55-
- name: Install Eigen
55+
- name: Install Eigen and Boost
5656
run: |
5757
apt update
58-
apt-get install libeigen3-dev -y
58+
apt-get install libeigen3-dev libboost-all-dev -y
5959
- uses: actions/checkout@v4
6060
- uses: actions/checkout@v4
6161
with:

0 commit comments

Comments
 (0)