Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme Smecher committed Dec 6, 2024
1 parent df3ffed commit 521f8d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cross-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
path: libhttpserver

- name: Install C++ dependencies
# libfmt-dev is a deprecated requirement kept for v0.15 and earlier
run: |
sudo apt-get update
sudo apt-get install -y libmicrohttpd-dev pybind11-dev
sudo apt-get install -y libmicrohttpd-dev pybind11-dev libfmt-dev
- name: Build and install libhttpserver
run: |
Expand Down

0 comments on commit 521f8d3

Please sign in to comment.