Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 88e0de4

Browse files
authored
ci: no need to install fmt or yaml-cpp (#437)
1 parent 0ab87f3 commit 88e0de4

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,11 @@ jobs:
114114
key: test_data_lfs
115115
path: test_data.hipo
116116
### dependencies
117-
###### for iguana
118-
- name: install packages for iguana
119-
run: |
120-
pacman -Sy --noconfirm
121-
pacman -S --noconfirm \
122-
fmt \
123-
yaml-cpp
124117
###### for coverage
125118
- name: install packages for coverage tests
126119
if: ${{ matrix.id == 'coverage' }}
127120
run: |
121+
pacman -Sy --noconfirm
128122
pacman -S --noconfirm \
129123
python-colorlog \
130124
python-pygments \
@@ -355,12 +349,6 @@ jobs:
355349
with:
356350
name: install_cpp
357351
path: iguana
358-
- name: install packages for iguana
359-
run: |
360-
pacman -Sy --noconfirm
361-
pacman -S --noconfirm \
362-
fmt \
363-
yaml-cpp
364352
### build clas12root
365353
- name: checkout clas12root
366354
uses: actions/checkout@v6
@@ -468,9 +456,7 @@ jobs:
468456
pacman -Sy --noconfirm
469457
pacman -S --noconfirm \
470458
doxygen \
471-
fmt \
472-
graphviz \
473-
yaml-cpp
459+
graphviz
474460
### build
475461
- name: set latest version number to latest
476462
if: ${{ matrix.version == 'latest' }}

0 commit comments

Comments
 (0)