Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kotbegemot committed Jun 22, 2024
1 parent ebe1442 commit 9d141c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu_gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
ninja-build make \
zlib1g-dev wget curl
curl -O https://bootstrap.pypa.io/pip/3.7/get-pip.py
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
add-apt-repository ppa:ubuntu-toolchain-r/test
Expand Down

0 comments on commit 9d141c3

Please sign in to comment.