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 a7cf278 commit 0f4de91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 -- "./$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 0f4de91

Please # to comment.