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

0 comments on commit 943264d

Please sign in to comment.