Skip to content

Commit

Permalink
CI - Clean unused build archis
Browse files Browse the repository at this point in the history
  • Loading branch information
tristankpka committed Jul 25, 2024
1 parent a4d5d08 commit 4097af2
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,6 @@ jobs:
echo "tools.system.package_manager:mode=install" >> ~/.conan2/profiles/default
echo "tools.system.package_manager:sudo=True" >> ~/.conan2/profiles/default
- name: Install dependencies on macOS
if: matrix.os == 'macos-latest'
run: |
brew update
brew install cmake conan
conan profile detect
conan config set tools.system.package_manager:mode=install
conan config set tools.system.package_manager:sudo=True
- name: Install dependencies on Windows
if: matrix.os == 'windows-latest'
run: |
choco install python3 cmake
python -m pip install --upgrade pip
pip install conan
conan profile detect
- name: Create build directory
run: mkdir build
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit 4097af2

Please sign in to comment.