Skip to content

Commit c079f6f

Browse files
authored
Update build-cachelib-ubuntu-22.yml
Add fast float library otherwise folly is breaking
1 parent ee3655d commit c079f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cachelib-ubuntu-22.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: "update packages"
3434
run: sudo apt-get update
3535
- name: "install sudo,git"
36-
run: sudo apt-get install -y git procps
36+
run: sudo apt-get install -y git procps libfast-float-dev
3737
- name: "System Information"
3838
run: |
3939
echo === uname ===

0 commit comments

Comments
 (0)