Skip to content

Commit

Permalink
ci: update yazi version 0.2.3 -> 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Apr 10, 2024
1 parent 29d563e commit 85f3eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Install yazi
test -d _yazi || {
mkdir -p _yazi
wget "https://github.com/sxyazi/yazi/releases/download/v0.2.3/yazi-x86_64-unknown-linux-gnu.zip" --output-document yazi.zip
wget "https://github.com/sxyazi/yazi/releases/download/v0.2.4/yazi-x86_64-unknown-linux-gnu.zip" --output-document yazi.zip
unzip yazi.zip -d _yazi
}
echo "Current _yazi/ contents"
Expand Down

0 comments on commit 85f3eb9

Please sign in to comment.