fix: Correct escaping in apt proxy configuration in CI workflow
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
- name: Configure apt proxy
|
||||
run: |
|
||||
if [ -n \"${APT_CACHER_NG}\" ]; then
|
||||
echo \"Acquire::http::Proxy \\\"${APT_CACHER_NG}\\\";\" | tee /etc/apt/apt.conf.d/01apt-cacher-ng
|
||||
echo \"Acquire::http::Proxy \"${APT_CACHER_NG}\";\" | tee /etc/apt/apt.conf.d/01apt-cacher-ng
|
||||
fi
|
||||
|
||||
- name: Install system packages
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
- name: Configure apt proxy
|
||||
run: |
|
||||
if [ -n \"${APT_CACHER_NG}\" ]; then
|
||||
echo \"Acquire::http::Proxy \\\"${APT_CACHER_NG}\\\";\" | tee /etc/apt/apt.conf.d/01apt-cacher-ng
|
||||
echo \"Acquire::http::Proxy \"${APT_CACHER_NG}\";\" | tee /etc/apt/apt.conf.d/01apt-cacher-ng
|
||||
fi
|
||||
|
||||
- name: Install system packages
|
||||
|
||||
Reference in New Issue
Block a user