Skip to content

Commit

Permalink
Have install-buck2 action check out correct prelude commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 24, 2024
1 parent 3af293c commit b1a3d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buck2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
components: rust-src
- uses: dtolnay/install-buck2@latest
- name: Update buck2-prelude submodule
run: git submodule update --init --remote --no-fetch --depth 1 --single-branch tools/buck/prelude
with:
prelude-submodule: tools/buck/prelude
- run: buck2 run demo
- run: buck2 build ...
- run: buck2 test ...

0 comments on commit b1a3d57

Please sign in to comment.