Skip to content

Commit

Permalink
ex14: check names of packages containing 'boost' (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rconybea committed Dec 19, 2023
1 parent 041243d commit d6f427c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ex14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ jobs:
- name: install catch2
run: sudo apt-get install -y catch2

- name: install boost
run: sudo apt-get install -y boost
- name: check package list
run: apt-cache search boost

- name: install boost program-options
run: sudo apt-get install -y libboost-program-options1.74-dev

# ----------------------------------------------------------------
# filesystem tree on runner
Expand Down

0 comments on commit d6f427c

Please sign in to comment.