Skip to content

Commit

Permalink
Must specify at least one package to check builddeps for
Browse files Browse the repository at this point in the history
  • Loading branch information
caothu159 committed May 5, 2024
1 parent a85852d commit 51910fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ jobs:
if: true
run: bash ci/push_ppa.sh
- name: Push to repository
if: true
if: false
run: |
if [ "$(git status --porcelain=v1 2>/dev/null | wc -l)" != "0" ]; then
git add src/debian/control
# git add src/debian/control
git commit -m "Update packages from ${{ matrix.operating-system }} at $(date +'%d-%m-%y')" &&
# git push https://${{ github.repository_owner }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git ${{ github.ref_name }} ||
git push ||
Expand Down
1 change: 1 addition & 0 deletions ci/depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ end_group
start_group "install source depends"
sudo apt update
# shellcheck disable=SC2086
cat $controlin | tee $control
sudo apt build-dep $INPUT_APT_OPTS -- "$source_dir"

# In theory, explicitly installing dpkg-dev would not be necessary. `apt-get
Expand Down

0 comments on commit 51910fc

Please sign in to comment.