diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05e56172..6d70d6a9 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/e8c1d625acb7d35393b6894d290225b2e6c0cf48 - e8c1d625acb7d35393b6894d290225b2e6c0cf48 + # https://github.com/sxyazi/yazi/commit/c6687237e17673bfcd9a75f12730ea078faa0262 + c6687237e17673bfcd9a75f12730ea078faa0262 - 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/e8c1d625acb7d35393b6894d290225b2e6c0cf48 - e8c1d625acb7d35393b6894d290225b2e6c0cf48 + # https://github.com/sxyazi/yazi/commit/c6687237e17673bfcd9a75f12730ea078faa0262 + c6687237e17673bfcd9a75f12730ea078faa0262 - name: Run tests uses: nvim-neorocks/nvim-busted-action@v1.1.0