Skip to content

Commit

Permalink
ci: install meson
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Dec 3, 2024
1 parent 45ed72b commit 5733a3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ jobs:
with:
key: bitwuzla-${{ runner.os }}-${{ env.BITWUZLA_VERSION }}
path: /tmp/bitwuzla
- name: Install Meson for Bitwuzla
if: ${{ matrix.solver == 'bitwuzla' }}
run: sudo apt-get install -y meson
- name: Download and Compile Bitwuzla
if: ${{ matrix.solver == 'bitwuzla' && steps.cache-bitwuzla.outputs.cache-hit != 'true' }}
run: |
sudo apt-get install -y meson
mkdir /tmp/bitwuzla
cd /tmp/bitwuzla
wget -q https://github.com/bitwuzla/bitwuzla/archive/refs/tags/${{ env.BITWUZLA_VERSION }}.zip -O bitwuzla.zip
Expand Down

0 comments on commit 5733a3b

Please sign in to comment.