Skip to content

Commit ecb1964

Browse files
committed
Fix
1 parent 4c459fa commit ecb1964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
DEPS_FILE="https://raw.githubusercontent.com/userver-framework/userver/refs/heads/develop/scripts/docs/en/deps/${{matrix.os}}.md"
4848
sudo apt update
49-
sudo apt install --allow-downgrades -y $(wget -q -O - ${DEPS_FILE} | tr '\n' ' ')
49+
sudo apt install --allow-downgrades -y $(wget -q -O - ${DEPS_FILE})
5050
python3 -m pip install -r requirements.txt
5151
5252
- name: Setup ccache

0 commit comments

Comments
 (0)