Skip to content

Commit

Permalink
z3
Browse files Browse the repository at this point in the history
  • Loading branch information
someodd committed Nov 19, 2024
1 parent 1db1525 commit af0d6f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install fpm
run: |
sudo apt-get update
sudo apt-get install -y ruby ruby-dev rubygems build-essential
sudo apt-get install -y ruby ruby-dev rubygems build-essential z3
sudo gem install --no-document fpm
- name: Build and Package
Expand Down
2 changes: 1 addition & 1 deletion bore.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.2
-- see: https://github.com/sol/hpack

name: bore
version: 0.21.0.0
version: 0.22.0.0
synopsis: Build gopherholes.
description: Static site builder, but for gopherholes. Manage phlogs with tags, use the Markdown renderer and Mustache templating system.
category: Network
Expand Down

0 comments on commit af0d6f1

Please sign in to comment.