Skip to content

Commit

Permalink
[release] update mukti-bin
Browse files Browse the repository at this point in the history
This pulls in mukti-bin 0.6.1, which has support for the additional per-release
metadata used by nextest 0.9.62 and above.
  • Loading branch information
sunshowers committed Nov 15, 2023
1 parent 5b6a317 commit bcee44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
- name: Download mukti
run: |
mkdir -p ~/bin
curl -LsSf "https://github.com/nextest-rs/mukti/releases/download/mukti-bin-0.6.0/mukti-bin-0.6.0-x86_64-unknown-linux-gnu.tar.gz" \
curl -LsSf "https://github.com/nextest-rs/mukti/releases/download/mukti-bin-0.6.1/mukti-bin-0.6.1-x86_64-unknown-linux-musl.tar.gz" \
| tar xzf - -C ~/bin
- name: Add release metadata
run: |
Expand Down

0 comments on commit bcee44c

Please sign in to comment.