Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthu3375 authored Jul 17, 2024
1 parent c9ce07b commit dd98a43
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,26 +204,20 @@ jobs:
if: ${{ runner.os == 'macOS' }}
run: |
brew install glfw
# - name: Remove existing GCC and G++
# if: ${{ runner.os == 'Linux' }}
# run: |
# sudo apt-get update
# sudo apt-get remove --purge -y gcc g++
# sudo apt-get autoremove -y
brew install [email protected]
brew link --overwrite [email protected]
conan config set general.revisions_enabled=1
pip install conan==2.1.0
- name: Setup MacOS
if: ${{ runner.os == 'macOS' }}
run: |
brew install glfw
- name: Setup Linux
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt install -y libglfw3-dev libglfw3
# - name: Setup Linux
# if: ${{ runner.os == 'Linux' }}
# run: |
# sudo apt-get update
# sudo apt install -y gcc-11 g++-11 libglfw3-dev libglfw3
# sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11.4.0 11
# sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11.4.0 11
- name: Cleanup Conan system packages (they are not properly cached)
run: |
Expand Down

0 comments on commit dd98a43

Please sign in to comment.