Skip to content

Commit

Permalink
Merge pull request #1123 from pistacheio/ci-debian-changelog-last-fixes
Browse files Browse the repository at this point in the history
ci(debian-changelog): last fixes
  • Loading branch information
Tachi107 committed Mar 21, 2023
2 parents ae073a0 + 091e943 commit 7f6bb27
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/debian-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:

- name: Install dependencies
run: |
apt update
apt -y install --no-install-recommends devscripts git
sudo apt update
sudo apt -y install --no-install-recommends devscripts git
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Update debian/changelog
run: |
Expand Down

0 comments on commit 7f6bb27

Please sign in to comment.