Skip to content

Commit b60d53a

Browse files
authored
Update getdeps_linux.yml
1 parent b3989ad commit b60d53a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/getdeps_linux.yml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
build:
1818
runs-on: ubuntu-22.04
1919
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
2024
- uses: actions/checkout@v4
2125
- name: Fetch ninja
2226
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests ninja

0 commit comments

Comments
 (0)