Skip to content

Commit

Permalink
fix(ci): remove unneeded guard
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekStride committed Jun 28, 2024
1 parent 59eecec commit bf06bed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
sudo make install
sudo rm /usr/local/lib/libtree-sitter.a
- name: ldconfig
if: ${{ matrix.platform.os == 'ubuntu' }}
run: |
sudo ldconfig -v
- name: Set up Ruby
Expand Down

0 comments on commit bf06bed

Please sign in to comment.