Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
set -e
mkdir -p /tmp/tb && cd /tmp/tb
curl -sL https://api.github.com/repos/lutaml/taurus/tarball/v0.26.2 | tar xz --strip-components=1
curl -sL https://api.github.com/repos/lutaml/taurus/tarball/v0.26.4 | tar xz --strip-components=1
cmake -B build -S . \
-DCMAKE_BUILD_TYPE=Release \
-DTAURUS_BUILD_SHARED=ON \
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ bundle exec rspec spec/xml/xpath_spec.rb:42 # one example by line
bundle exec rubocop # lint
----

CI pins libtaurus to a released tag (currently v0.26.2) and builds it
CI pins libtaurus to a released tag (currently v0.26.4) and builds it
from source on each runner; see `.github/workflows/build.yml`.

== License
Expand Down
Loading