Skip to content

Commit

Permalink
Another Ctags fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosparadis committed Apr 28, 2024
1 parent b5afa7b commit 6c01017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install Perceval and Update tools.yml
if: always()
run: |
pip3 install perceval==0.12.24
pip3 install perceval==0.12.24 --break-system-packages
sed -i -e 's|perceval: ~\/perceval\/bin\/perceval|perceval: \/Library\/Frameworks\/Python.framework\/Versions\/Current\/bin\/perceval|g' tools.yml
cp tools.yml tests/testthat/testdata/tools.yml
shell: bash
Expand All @@ -67,7 +67,7 @@ jobs:
run: |
brew tap homebrew/core
brew install --HEAD universal-ctags
utags_head=$(ls /usr/local/Cellar/universal-ctags | tail -n 1)
utags_head=$(ls /opt/homebrew/Cellar/universal-ctags | tail -n 1)
sed -i -e "s|utags: \/usr\/local\/Cellar\/universal-ctags\/HEAD-62f0144\/bin\/ctags|utags: \/usr\/local\/Cellar\/universal-ctags\/${utags_head}\/bin\/ctags|g" tools.yml
sed -i -e "s|utags: \/usr\/local\/Cellar\/universal-ctags\/HEAD-62f0144\/bin\/ctags|utags: \/usr\/local\/Cellar\/universal-ctags\/${utags_head}\/bin\/ctags|g" tests/testthat/testdata/tools.yml
shell: bash
Expand Down

0 comments on commit 6c01017

Please sign in to comment.