Skip to content

Commit

Permalink
Try universal ctags.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell authored Nov 11, 2024
1 parent 84cc3f9 commit 9e6bd6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
build-essential \
ca-certificates \
curl \
exuberant-ctags \
universal-ctags \
gfortran \
git \
libhwloc-dev \
Expand All @@ -48,11 +48,11 @@ jobs:
run: |
brew install \
curl \
ctags-exuberant \
gawk \
gnu-sed \
hwloc \
pkg-config
pkg-config \
universal-ctags
- uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 9e6bd6c

Please sign in to comment.