We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3655d commit c079f6fCopy full SHA for c079f6f
.github/workflows/build-cachelib-ubuntu-22.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: "update packages"
34
run: sudo apt-get update
35
- name: "install sudo,git"
36
- run: sudo apt-get install -y git procps
+ run: sudo apt-get install -y git procps libfast-float-dev
37
- name: "System Information"
38
run: |
39
echo === uname ===
0 commit comments