Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SewerynKaminski/AdventOfCode
Browse files Browse the repository at this point in the history
  • Loading branch information
SewerynKaminski committed Dec 15, 2024
2 parents 49ec02f + 863c909 commit c6ab09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: cmake ${{github.workspace}} -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
env:
CC: gcc-13
CXX: g++-13
CC: gcc-14
CXX: g++-14

- name: Build
# Build your program with the given configuration
Expand Down

0 comments on commit c6ab09a

Please sign in to comment.