Skip to content

Commit 9a011f3

Browse files
committed
install asio requirement
1 parent fba9d69 commit 9a011f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
4848
- name: Install dependencies
4949
run: |
50+
sudo apt install libasio-dev
5051
gh release download --pattern 'Crow*.deb' -R CrowCpp/Crow -O Crow.deb
5152
sudo dpkg -i Crow.deb
5253
rm Crow.deb

0 commit comments

Comments
 (0)