Skip to content

Commit

Permalink
Test against newest buck2 prelude always
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 22, 2023
1 parent 16279e6 commit 7b8f646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ jobs:
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: dtolnay/rust-toolchain@stable
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
- run: buck2 run demo
continue-on-error: ${{matrix.os == 'windows'}} # FIXME: cl.exe not found
- run: buck2 build ...
Expand Down

0 comments on commit 7b8f646

Please sign in to comment.