File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232 - name : mount cvmfs
3333 run : |
34- if [ "${{ matrix.os }}" == "debian10" ]; then
35- python3 -m pip install --user --ignore-installed -U pip
36- else
34+ if [ "${{ matrix.os }}" != "debian10" ]; then
3735 apt-get update
3836 apt-get install --fix-missing -y sudo wget gnupg lsb-release
3937 sudo -H pip3 install --ignore-installed -U conan
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
3429 echo ""
3530 echo "path environment variable: $PATH\n"
3631 echo ""
Original file line number Diff line number Diff line change @@ -147,6 +147,10 @@ jobs:
147147 # build with conan package manager
148148 - repos : r3broot-conan
149149 preset : default
150+
151+ exclude :
152+ - repos : r3broot-conan
153+ os : debian10
150154
151155 # Jobs are run inside a Docker container, which provides different compiled
152156 # tool-kits for the building, such as clang-tidy and cvmfs. For more
You can’t perform that action at this time.
0 commit comments