Skip to content

Commit

Permalink
Dev (#59)
Browse files Browse the repository at this point in the history
* Checkin

* Disable timing related testing on windows that never works well in CI
  • Loading branch information
zakstucke authored Nov 14, 2024
1 parent f80657f commit cac1a4c
Show file tree
Hide file tree
Showing 52 changed files with 4,854 additions and 1,861 deletions.
2 changes: 1 addition & 1 deletion dev_scripts/initial_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ is_arm() {


_ensure_zellij () {
target_version="0.40.1"
target_version="0.41.1"
old_version=$(./dev_scripts/utils.sh match_substring 'zellij (.*)' "$(zellij --version 2>&1)" || echo "")
if [ "$old_version" != "$target_version" ]; then
echo "Installing zelliji version $target_version..."
Expand Down
Loading

0 comments on commit cac1a4c

Please sign in to comment.