fix: Correct syntax for apt proxy configuration in CI workflow
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Configure apt proxy
|
- name: Configure apt proxy
|
||||||
run: |
|
run: |
|
||||||
if [ -n \"${APT_CACHER_NG}\" ]; then
|
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
|
fi
|
||||||
|
|
||||||
- name: Install system packages
|
- name: Install system packages
|
||||||
@@ -97,7 +97,7 @@ jobs:
|
|||||||
- name: Configure apt proxy
|
- name: Configure apt proxy
|
||||||
run: |
|
run: |
|
||||||
if [ -n \"${APT_CACHER_NG}\" ]; then
|
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
|
fi
|
||||||
|
|
||||||
- name: Install system packages
|
- name: Install system packages
|
||||||
|
|||||||
Reference in New Issue
Block a user