Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kotbegemot committed Jun 23, 2024
1 parent 7338c66 commit 028ce51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu_gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
zlib1g-dev wget curl
- name: Setup PIP Ubuntu 16.04
if: {{ matrix.configuration.UBUNTU_VERSION == '16.04'}}
if: {{ ${{matrix.configuration.UBUNTU_VERSION}} == '16.04'}}
run: |
curl -O https://bootstrap.pypa.io/pip/3.5/get-pip.py
python3 get-pip.py
python3 -m pip install --upgrade "pip < 19.2"
python3 -m pip install --no-cache-dir conan==1.59 cmake
- name: Setup PIP
if: {{ matrix.configuration.UBUNTU_VERSION != '16.04'}}
if: {{ ${{matrix.configuration.UBUNTU_VERSION}} != '16.04'}}
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --no-cache-dir conan==1.59 cmake
Expand Down

0 comments on commit 028ce51

Please sign in to comment.