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 64cd0f1 commit 1897b1d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ jobs:
if: runner.os == 'Windows'
shell: pwsh
run: |
choco install msys2
refreshenv
C:\msys64\msys2_shell.cmd -defterm -here -no-start -mingw64 -shell sh -c "pacman -S mingw-w64-x86_64-luajit --noconfirm"
echo "C:\msys64\mingw64\bin" >> $env:GITHUB_PATH
iwr -useb get.scoop.sh | iex
scoop install luajit
echo "$HOME\scoop\apps\luajit\current" >> $env:GITHUB_PATH
- name: Install latest stable `rustc`
uses: dtolnay/rust-toolchain@stable
- name: Run tests
Expand Down

0 comments on commit 1897b1d

Please sign in to comment.