We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98d7d09 + 5338825 commit 169282dCopy full SHA for 169282d
.github/workflows/test.yml
@@ -24,7 +24,9 @@ jobs:
24
runs-on: ${{ matrix.os }}
25
env:
26
APP_VERSION: ${{ matrix.app_version }}
27
- NEOVIM_VERSION: ${{ matrix.app_version == 'stable' && 'stable' || 'v0.10.0' }}
+ # 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' }}
30
VSCODE_CRASH_DIR: ${{ github.workspace }}/artifacts/dumps
31
VSCODE_LOGS_DIR: ${{ github.workspace }}/artifacts/logs
32
CURSORLESS_REPO_ROOT: ${{ github.workspace }}
0 commit comments