Skip to content

Commit

Permalink
chore: unpin tree-sitter cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Aug 26, 2024
1 parent 4384ae5 commit b5242a6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
- name: Install Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: tree-sitter/setup-action@v1
with:
tree-sitter-ref: v0.22.5
- name: Install Lua
uses: leso-kn/gh-actions-lua@master
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-macosx-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
with:
rustflags: "-C link-arg=-undefined -C link-arg=dynamic_lookup"
- uses: tree-sitter/setup-action@v1
with:
tree-sitter-ref: v0.22.5
- name: Install Lua
uses: leso-kn/gh-actions-lua@master
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-macosx-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
run: |
nix profile install nixpkgs#gcc
- uses: tree-sitter/setup-action@v1
with:
tree-sitter-ref: v0.22.5
- name: Install Rust Toolchain (macos)
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-win32-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
- name: Install Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: tree-sitter/setup-action@v1
with:
tree-sitter-ref: v0.22.5

- name: Install Scoop
uses: MinoruSekine/setup-scoop@v4
Expand Down

0 comments on commit b5242a6

Please sign in to comment.