We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3989ad commit b60d53aCopy full SHA for b60d53a
.github/workflows/getdeps_linux.yml
@@ -17,6 +17,10 @@ jobs:
17
build:
18
runs-on: ubuntu-22.04
19
steps:
20
+ - name: "update packages"
21
+ run: sudo apt-get update
22
+ - name: "install sudo,git"
23
+ run: sudo apt-get install -y libaio-dev
24
- uses: actions/checkout@v4
25
- name: Fetch ninja
26
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests ninja
0 commit comments