File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
data/fixtures/recorded/fallback Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2424 runs-on : ${{ matrix.os }}
2525 env :
2626 APP_VERSION : ${{ matrix.app_version }}
27- NEOVIM_VERSION : ${{ matrix.app_version == 'stable' && 'stable' || 'v0.10.0' }}
27+ # FIXME: https://github.com/cursorless-dev/cursorless/issues/2793
28+ # NEOVIM_VERSION: ${{ matrix.app_version == 'stable' && 'stable' || 'v0.10.0' }}
29+ NEOVIM_VERSION : ${{ matrix.app_version == 'stable' && 'v0.10.3' || 'v0.10.0' }}
2830 VSCODE_CRASH_DIR : ${{ github.workspace }}/artifacts/dumps
2931 VSCODE_LOGS_DIR : ${{ github.workspace }}/artifacts/logs
3032 CURSORLESS_REPO_ROOT : ${{ github.workspace }}
Original file line number Diff line number Diff line change @@ -23,4 +23,3 @@ finalState:
2323fallback :
2424 action : setSelection
2525 modifiers : []
26-
You can’t perform that action at this time.
0 commit comments