[CI] Install libfmt
This commit is contained in:
parent
c23287c71d
commit
a27d565bc2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/unit-test.yml
vendored
4
.github/workflows/unit-test.yml
vendored
|
@ -16,10 +16,10 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install libboost
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libboost-all-dev
|
||||
sudo apt-get install -y libboost-all-dev libfmt-dev
|
||||
|
||||
- name: Run unit test
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue