Skip to content

Commit

Permalink
: use git to get the prelude (#60)
Browse files Browse the repository at this point in the history
Summary:


since where we are trying to put the prelude directory is already the root of a git repo, `buck2  init --git` is inappropriate. instead ~~use git to get a copy as a submodule~~ delegate to `dtolnay/install-buck2@latest` to pull in  the prelude submodule (at a coherent version with the buck2 installed)

Differential Revision:
D53099111

Privacy Context Container: L1124100
  • Loading branch information
Shayne Fletcher authored and facebook-github-bot committed Jan 25, 2024
1 parent 5a93ec6 commit 13282ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buck-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/install-buck2@latest
with:
prelude-submodule: prelude
- run: sudo apt-get update && sudo apt-get install opam
if: matrix.os == 'ubuntu'
- run: brew install opam
Expand Down

0 comments on commit 13282ec

Please sign in to comment.