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 1897b1d commit 1a9d6af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ jobs:
shell: pwsh
run: |
iwr -useb get.scoop.sh | iex
scoop install luajit
scoop bucket add main
scoop install pkgconfig luajit
echo "$HOME\scoop\apps\luajit\current" >> $env:GITHUB_PATH
echo "$HOME\scoop\apps\pkgconfig\current\bin" >> $env:GITHUB_PATH
- name: Install latest stable `rustc`
uses: dtolnay/rust-toolchain@stable
- name: Run tests
Expand Down

0 comments on commit 1a9d6af

Please sign in to comment.