Skip to content

Commit

Permalink
Also install libfmt in Coverage build.
Browse files Browse the repository at this point in the history
  • Loading branch information
KazDragon committed Jul 28, 2022
1 parent f4e4e73 commit 821249d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ jobs:
sudo apt-add-repository ppa:mhier/libboost-latest
sudo apt install libboost1.74-dev
- name: Install libfmt
shell: bash
run: |
sudo apt install libfmt-dev
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
Expand Down

0 comments on commit 821249d

Please sign in to comment.