Skip to content

Commit

Permalink
workflow update: checkout repo
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Aug 14, 2023
1 parent c50b323 commit b3814d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build Psibase
id: build_psibase
uses: ./.github/workflows/ubuntu-builder.yml
Expand Down

0 comments on commit b3814d0

Please sign in to comment.