Skip to content

Commit

Permalink
[gha] fix docker mount points
Browse files Browse the repository at this point in the history
  • Loading branch information
rexhoffman authored and bors-libra committed Aug 13, 2021
1 parent 0c2e49f commit 272f9e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-post-land.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
runs-on: ubuntu-latest-xl
container:
image: diem/build_environment:${{ needs.prepare.outputs.changes-target-branch }}
volumes:
- "${{github.workspace}}:/opt/git/diem"
if: ${{ needs.prepare.outputs.rust-changes == 'true' }}
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 272f9e1

Please sign in to comment.