Skip to content

Commit

Permalink
Regenerate artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmienk committed Jan 28, 2025
1 parent 1afbe89 commit c9d2638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
packages: ""

- os: ubuntu-24.04
cxx: "g++-12"
cxx: "g++"
link: "static"
optimization: "size"
assert: "ndebug"
Expand All @@ -83,7 +83,7 @@ jobs:
llvm: ""
secp256k1: "--build-secp256k1"
zmq: "--build-zmq"
cc: "gcc-12"
cc: "gcc"
flags: "-Os -fPIE"
options: "--enable-isystem"
packager: "apt"
Expand Down

0 comments on commit c9d2638

Please sign in to comment.