[CI] Install libfmt

This commit is contained in:
jgromes 2025-01-05 15:31:24 +01:00
parent c23287c71d
commit a27d565bc2

View file

@ -16,10 +16,10 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install libboost - name: Install dependencies
run: | run: |
sudo apt-get update 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 - name: Run unit test
run: | run: |