Skip to content

Commit f3b5112

Browse files
Update .github/workflows/ci.yml
Co-authored-by: Luke Valenta <lvalenta@cloudflare.com>
1 parent b4fe1ae commit f3b5112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ jobs:
405405
with:
406406
go-version: '>=1.22.0'
407407
- name: Install build tools (ninja, cmake)
408-
run: sudo apt-get update && sudo apt-get install -y ninja-build cmake libunwind-dev
408+
run: sudo apt-get update && sudo apt-get install -y ninja-build cmake
409409
- name: Apply boring-sys patches
410410
working-directory: boring-sys/deps/boringssl
411411
run: |

0 commit comments

Comments
 (0)