diff --git a/.github/workflows/enzyme-bazel.yml b/.github/workflows/enzyme-bazel.yml index d41fdedb7f59..0ed76cc9e77a 100644 --- a/.github/workflows/enzyme-bazel.yml +++ b/.github/workflows/enzyme-bazel.yml @@ -40,6 +40,7 @@ jobs: strategy: fail-fast: false matrix: + os: - linux-x86-n2-32 build: - Release @@ -51,8 +52,10 @@ jobs: image: ${{ (contains(matrix.os, 'linux') && 'ghcr.io/enzymead/reactant-docker-images@sha256:91e1edb7a7c869d5a70db06e417f22907be0e67ca86641d48adcea221fedc674' ) || '' }} steps: - - name: Install Python dependencies - run: python -m pip install lit + - name: Install Eigen and Boost + run: | + apt update + apt-get install libeigen3-dev libboost-all-dev -y - uses: actions/checkout@v4 - uses: actions/checkout@v4 with: