Skip to content

Commit

Permalink
Chnaged path to buck2 and pyre projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Daquiver1 committed Oct 20, 2023
1 parent 4f090ae commit dc4b438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Setup path environment
run: eval `make setup-env`
- name: Run Buck2 Build
run: buck2 run //projects/jdwp:main
run: out/host/bin/buck2 run //projects/jdwp:main
- name: Run Buck2 Tests
run: buck2 test //projects/jdwp/tests/...
run: out/host/bin/buck2 test //projects/jdwp/tests/...
- name: Run Pyre Type Checking
run: cd projects/jdwp && pyre
run: cd projects/jdwp && out/host/bin/pyre
# build_bpftools:
# name: Build bpftools archive
# runs-on: ubuntu-22.04
Expand Down

0 comments on commit dc4b438

Please sign in to comment.