Skip to content

Commit

Permalink
add z3 depend
Browse files Browse the repository at this point in the history
  • Loading branch information
Home committed Dec 31, 2024
1 parent e590514 commit 16ef1bc
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
fetch-depth: 0

- name: Install Required Tools
run: |
sudo apt-get update
sudo apt-get install -y z3
- name: Compute Cache Key
id: cache_key
run: |
Expand All @@ -40,7 +45,7 @@ jobs:
- name: Setup Haskell
uses: haskell-actions/setup@v2
with:
ghc-version: '9.6.6'
ghc-version: '9.6.3'
enable-stack: 'true'
stack-version: 'latest'

Expand Down Expand Up @@ -75,10 +80,15 @@ jobs:
${{ runner.os }}-stack-${{ hashFiles('stack.yaml', 'stack.yaml.lock', 'package.yaml') }}
${{ runner.os }}-stack-
- name: Install Required Tools
run: |
sudo apt-get update
sudo apt-get install -y z3
- name: Setup Haskell
uses: haskell-actions/setup@v2
with:
ghc-version: '9.6.6'
ghc-version: '9.6.3'
enable-stack: 'true'
stack-version: 'latest'

Expand Down

0 comments on commit 16ef1bc

Please sign in to comment.