Skip to content

Commit

Permalink
Azure linux build fix libc++
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtropets committed Jan 14, 2025
1 parent c54810e commit 5cef14b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/long-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ jobs:
tdnf -y install ca-certificates git
# Build tools
tdnf -y install build-essential clang cmake ninja-build which
# libc++
tdnf -y install libcxx-devel llvm-libunwind-devel llvm-libunwind-static
# Dependencies
tdnf -y install openssl-devel libuv-devel nghttp2-devel
# Test dependencies
Expand Down

0 comments on commit 5cef14b

Please sign in to comment.