Skip to content

Commit

Permalink
bump semaphore g++ version to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Feb 2, 2025
1 parent f172212 commit ffd15fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ blocks:
- name: Clean and production build
commands:
- checkout
- sem-version cpp 9
- sem-version cpp 10
- sudo apt-get update
- sudo apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libglew-dev
- git submodule update --init --remote src/libprimis-headers
Expand All @@ -25,7 +25,7 @@ blocks:
- name: main
commands:
- checkout
- sem-version cpp 9
- sem-version cpp 10
- sudo apt-get update
- sudo apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libglew-dev bc
- git submodule update --init --remote src/libprimis-headers
Expand Down

0 comments on commit ffd15fc

Please sign in to comment.