Skip to content

Commit

Permalink
Update getdeps_linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbhandar2 authored Jan 3, 2025
1 parent b3989ad commit b60d53a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/getdeps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: "update packages"
run: sudo apt-get update
- name: "install sudo,git"
run: sudo apt-get install -y libaio-dev
- uses: actions/checkout@v4
- name: Fetch ninja
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests ninja
Expand Down

0 comments on commit b60d53a

Please sign in to comment.