Skip to content

Commit 1fffdcd

Browse files
committed
preflight.sh, .github/workflows/testing.yml: update JJ dependency to v0.34.0
Signed-off-by: Tim Janik <timj@gnu.org>
1 parent c0e978e commit 1fffdcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sudo tar zxvf - -C /usr/local/bin/ fzf
2525
fzf --version
2626
- run: |
27-
curl -s -L https://github.com/martinvonz/jj/releases/download/v0.33.0/jj-v0.33.0-x86_64-unknown-linux-musl.tar.gz |
27+
curl -s -L https://github.com/martinvonz/jj/releases/download/v0.34.0/jj-v0.34.0-x86_64-unknown-linux-musl.tar.gz |
2828
sudo tar zxvf - -C /usr/local/bin/ ./jj
2929
jj --version
3030
- run: |

preflight.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ command -v "awk" > /dev/null 2>&1 &&
7979
__preflightish_die "Failed to find usable 'awk' executable in \$PATH"
8080

8181
# == Jujutsu ==
82-
__preflightish_require "0.33" jj --version --ignore-working-copy
82+
__preflightish_require "0.34" jj --version --ignore-working-copy
8383

8484
# == fzf ==
8585
__preflightish_require "0.65.2" fzf --version

0 commit comments

Comments
 (0)