File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 run : |
3434 if [ "${{ matrix.os }}" == "debian10" ]; then
3535 python3 -m pip install --user --ignore-installed -U pip
36- python3 -m pip install --user --ignore-installed -U conan
3736 else
3837 apt-get update
3938 apt-get install --fix-missing -y sudo wget gnupg lsb-release
Original file line number Diff line number Diff line change 2626 git config --global --add safe.directory $GITHUB_WORKSPACE
2727 git submodule update --init --recursive
2828 git clone https://github.com/R3BRootGroup/macros.git
29+ if [ "${{ matrix.os }}" == "debian10" ]; then
30+ python3 -m pip install --user --ignore-installed -U pip
31+ python3 -m pip install --user --ignore-installed -U conan
32+ echo "$HOME/.local/bin" >> $GITHUB_PATH
33+ fi
2934 echo ""
3035 echo "path environment variable: $PATH\n"
3136 echo ""
3540 - name : build ${{ matrix.repos }}
3641 if : inputs.build-needed == 'true'
3742 run : |
38- if [ "${{ matrix.os }}" == "debian10" ]; then
39- python3 -m pip install --user --ignore-installed -U pip
40- python3 -m pip install --user --ignore-installed -U conan
41- fi
4243 cmake --build ./build -- -j ${NUM_THREADS}
4344 shell : bash
You can’t perform that action at this time.
0 commit comments