Skip to content

Commit

Permalink
Clone repository during deb build
Browse files Browse the repository at this point in the history
  • Loading branch information
asorbini committed Apr 15, 2024
1 parent d2a4586 commit c831a31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/_deb_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ jobs:
needs: config
runs-on: ${{ fromJson(needs.config.outputs.RUNNER) }}
steps:
- name: Clone uno
uses: actions/checkout@v4
with:
path: src/uno
submodules: true

- name: Log in to GitHub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit c831a31

Please sign in to comment.