Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
sabudilovskiy committed Nov 27, 2023
1 parent fe9251f commit c9437cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
run: |
sudo apt update
sudo apt install --allow-downgrades -y pep8 $(cat dependencies/${{matrix.os}}.md | tr '\n' ' ')
sudo apt install clang-format-11
- name: Install python packages
run: |
sudo pip install $(cat dependencies/python.md) | tr '\n' ' '
- name: install g++11
run: |
Expand Down
1 change: 1 addition & 0 deletions dependencies/ubuntu-22.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ git
postgresql-15
redis-server
libnghttp2-dev
clang-format-11

0 comments on commit c9437cd

Please sign in to comment.