File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 run : |
2828 sudo apt-get update
2929 sudo apt-get -y install abigail-tools clang gcc liburing-dev libnuma-dev
30+ pip install --upgrade pip
31+ pip install -r requirements.txt # runs at workspace root
3032
3133 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3234 with :
5355 - name : Build current
5456 working-directory : current
5557 run : |
56- pip install -r "${{ github.workspace }}/requirements.txt"
5758 meson setup build --buildtype=debug
5859 meson compile -C build
5960
6263 run : |
6364 echo "Previous release tag: ${{ steps.prev_release.outputs.prev_tag }}"
6465 echo "Commit-id of previous release: $(git show HEAD)"
65- pip install -r "${{ github.workspace }}/requirements.txt"
6666 meson setup build --buildtype=debug
6767 meson compile -C build
6868
You can’t perform that action at this time.
0 commit comments