Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Dec 26, 2024
1 parent e426b96 commit 1217400
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
neovim: [v0.9.5, v0.10.2, Nightly]
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [windows-latest]
# neovim: [v0.9.5, v0.10.2, Nightly]
neovim: [v0.10.2]
include:
- neovim: v0.9.5
features: "--features neovim-0-9"
# - neovim: v0.9.5
# features: "--features neovim-0-9"
- neovim: v0.10.2
features: "--features neovim-0-10"
- neovim: Nightly
features: "--features neovim-nightly"
# - neovim: Nightly
# features: "--features neovim-nightly"

runs-on: ${{ matrix.os }}

Expand All @@ -44,9 +46,7 @@ jobs:
if: runner.os == 'Windows'
shell: pwsh
run: |
choco install msys2
refreshenv
msys2 -c "pacman -S mingw-w64-x86_64-luajit --noconfirm"
C:\tools\msys64\usr\bin\pacman -S mingw-w64-x86_64-luajit --noconfirm
echo "C:\tools\msys64\mingw64\bin" >> $env:GITHUB_PATH
- name: Install latest stable `rustc`
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 1217400

Please sign in to comment.