Skip to content

Commit

Permalink
Update build-deb.yml (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Nov 28, 2022
1 parent b67fc60 commit 966192b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ jobs:
apt install -y git
- name: Checkout main
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Checkout debian packaging folder
run: git checkout origin/deb-packaging -- debian
run: |
git config --global --add safe.directory /__w/installer/installer
git checkout origin/deb-packaging -- debian
- name: Install build dependencies
run: |
Expand Down

0 comments on commit 966192b

Please sign in to comment.