ci: added tirpc and readline libs as linux dependencies

This commit is contained in:
Kevin Peterson
2026-02-10 16:00:33 -06:00
committed by smathis
parent 243919b4de
commit 256f45dfcd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ on:
env:
SETUP_PATH: .ci-local:.ci
# For the sequencer on Linux/Windows/MacOS
APT: re2c
APT: re2c libtirpc-dev libreadline-dev
CHOCO: re2c
BREW: re2c
+1 -1
View File
@@ -22,7 +22,7 @@ on:
env:
SETUP_PATH: .ci-local:.ci
# For the sequencer on Linux/Windows/MacOS
APT: re2c
APT: re2c libtirpc-dev libreadline-dev
CHOCO: re2c
BREW: re2c