Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
sabudilovskiy committed Apr 11, 2024
1 parent 6d72953 commit dfac49a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: init submdule userver
- name: install based dependencies
run: |
sudo git submodule update --init --recursive
sudo apt install cmake
sudo apt install ninja-build
sudo make install-compiler compiler=${{matrix.compiler}} version=${{matrix.version}}
- name: add Postgres package repository
run: |
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
Expand All @@ -74,9 +76,6 @@ jobs:
run: |
sudo apt update
sudo apt install --allow-downgrades -y pep8 $(cat cmake_build/_deps/userver-src/scripts/docs/en/deps/${{matrix.os}}.md | tr '\n' ' ')
- name: install compiler
run: |
sudo make install-compiler compiler=${{matrix.compiler}} version=${{matrix.version}}
- name: run codegen
run: |
sudo make gen-queries
Expand Down

0 comments on commit dfac49a

Please sign in to comment.