We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c459fa commit ecb1964Copy full SHA for ecb1964
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
DEPS_FILE="https://raw.githubusercontent.com/userver-framework/userver/refs/heads/develop/scripts/docs/en/deps/${{matrix.os}}.md"
48
sudo apt update
49
- sudo apt install --allow-downgrades -y $(wget -q -O - ${DEPS_FILE} | tr '\n' ' ')
+ sudo apt install --allow-downgrades -y $(wget -q -O - ${DEPS_FILE})
50
python3 -m pip install -r requirements.txt
51
52
- name: Setup ccache
0 commit comments