Skip to content

Commit

Permalink
Fixed error with wrong python host.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daquiver1 committed Oct 19, 2023
1 parent b9c30ac commit 4f090ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Initialize JDWP Project Dependencies
run: make buck2-host python2-host pyre-host
run: make buck2-host python-host pyre-host
- name: Setup path environment
run: eval `make setup-env`
- name: Run Buck2 Build
Expand Down

0 comments on commit 4f090ae

Please sign in to comment.