Skip to content

Commit

Permalink
Run ci-setup.sh before building Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon committed Oct 24, 2023
1 parent 57af17f commit 614e2d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-merge-inner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup
if: steps.check-input.outputs.skip == 'false'
working-directory: ${{ env.BINDING_WORK_DIR }}
run: |
.github/scripts/ci-setup.sh
- name: Update mmtk dependency
if: steps.check-input.outputs.skip == 'false'
working-directory: ${{ env.MMTK_CORE_WORK_DIR }}
Expand Down

0 comments on commit 614e2d0

Please sign in to comment.