Skip to content

Commit

Permalink
[#151]: Use newer version of conan
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Nov 24, 2023
1 parent 9b9d38b commit 2f7dd04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
echo "#!/bin/bash
root_dir=\${1}
build_dir=\${2}
pip install conan==1.59.0 --break-system-packages
pip install conan --break-system-packages
conan install \$root_dir --install-folder=build --build=missing --settings=build_type=Release -c tools.system.package_manager:mode=install
wget https://sdk.lunarg.com/sdk/download/1.3.216.0/linux/vulkansdk-linux-x86_64-1.3.216.0.tar.gz
tar xf vulkansdk-linux-x86_64-1.3.216.0.tar.gz -C \$root_dir/dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
libxcb-shape0-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb-xinerama0-dev libxcb-dri3-dev \
libxcb-util-dev libxcb-cursor-dev
pip install conan==1.59.0
pip install conan
wget https://sdk.lunarg.com/sdk/download/$SDK_VERSION/linux/vulkansdk-linux-x86_64-$SDK_VERSION.tar.gz
tar xf vulkansdk-linux-x86_64-$SDK_VERSION.tar.gz
Expand Down

0 comments on commit 2f7dd04

Please sign in to comment.