Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
furushchev committed Feb 11, 2025
1 parent 86a7929 commit 657dd48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
type: string
description: CPU architecture
required: true

jobs:
build:
uses: ./.github/workflows/build.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function build_pkg {

# The `sg` command without `sudo` does not work on Ubuntu Arm64 environment in Github Actions.
SBUILD_OPTS="--verbose --chroot=sbuild --no-clean-source --no-run-lintian --dist=$DEB_DISTRO $opts"
ici_label "${SBUILD_QUIET[@]}" sudo -E -H -u $USER sbuild $SBUILD_OPTS || return 4
ici_label "${SBUILD_QUIET[@]}" sudo -E -H -u "$USER" sbuild "$SBUILD_OPTS" || return 4

"${CCACHE_QUIET[@]}" ici_label ccache -sv || return 1
BUILT_PACKAGES+=("$(deb_pkg_name "$pkg_name"): $version_link")
Expand Down

0 comments on commit 657dd48

Please sign in to comment.