Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tibordp committed Oct 3, 2024
1 parent 2ff23ff commit d695549
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ jobs:
- name: Install Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo $HOME/.cargo/env >> $GITHUB_PATH
echo "$HOME/.cargo/env" >> $GITHUB_PATH
- name: Foo
run: echo $PATH

- name: Install Tree-sitter
run: cargo install tree-sitter-cli
Expand Down

0 comments on commit d695549

Please sign in to comment.