Skip to content

Commit

Permalink
fix(win32-x86_64): use cargo to install tree-sitter
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored May 19, 2024
1 parent 98199f6 commit ebe67da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-win32-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
- name: Install Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: tree-sitter/setup-action@v1
- name: Install tree-sitter CLI
uses: baptiste0928/cargo-install@v3
with:
tree-sitter-ref: v0.22.6
crate: tree-sitter-cli
- name: Install Lua
uses: leso-kn/gh-actions-lua@master
with:
Expand Down

0 comments on commit ebe67da

Please sign in to comment.