From 1eedc324a8f15e973e5710d8f5ef2e92c4276303 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Sat, 30 Nov 2024 15:59:59 +0200 Subject: [PATCH] ci: update the nightly version of yazi to the latest nightly --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d70d6a9..8f80ca9a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,8 +37,8 @@ jobs: crate: yazi-fm git: https://github.com/sxyazi/yazi commit: - # https://github.com/sxyazi/yazi/commit/c6687237e17673bfcd9a75f12730ea078faa0262 - c6687237e17673bfcd9a75f12730ea078faa0262 + # https://github.com/sxyazi/yazi/commit/d72f90356b98 + d72f90356b98 - name: Compile and install yazi from source uses: baptiste0928/cargo-install@v3.1.1 @@ -47,8 +47,8 @@ jobs: crate: yazi-cli git: https://github.com/sxyazi/yazi commit: - # https://github.com/sxyazi/yazi/commit/c6687237e17673bfcd9a75f12730ea078faa0262 - c6687237e17673bfcd9a75f12730ea078faa0262 + # https://github.com/sxyazi/yazi/commit/d72f90356b98 + d72f90356b98 - name: Run tests uses: nvim-neorocks/nvim-busted-action@v1.1.0