Skip to content

Commit

Permalink
Install libc++
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Nov 5, 2024
1 parent 157184d commit ced793f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:

- run: sudo apt-get update -yq

- run: sudo apt-get install -yq libpq-dev
- run: sudo apt-get install -yq libc++-dev libpq-dev

- run: cmake -E make_directory build

Expand Down

0 comments on commit ced793f

Please sign in to comment.