Skip to content

Commit

Permalink
fix source path
Browse files Browse the repository at this point in the history
  • Loading branch information
caothu159 committed May 19, 2024
1 parent c41d734 commit a7cf278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}

- name: Installing build dependencies
run: bash ci/install_build_deps.sh
run: bash ci/depends.sh

- name: Updating build information
run: bash ci/update_packages.sh
Expand Down
2 changes: 1 addition & 1 deletion ci/install_build_deps.sh → ci/depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ end_group
start_group "install source depends"
sudo apt-get update
# shellcheck disable=SC2086
sudo apt-get build-dep $INPUT_APT_OPTS -- "./$INPUT_SOURCE_DIR"
sudo apt-get build-dep $INPUT_APT_OPTS -- "./$source_dir"

# In theory, explicitly installing dpkg-dev would not be necessary. `apt-get
# build-dep` will *always* install build-essential which depends on dpkg-dev.
Expand Down

0 comments on commit a7cf278

Please # to comment.