Skip to content

Commit

Permalink
Upgrade gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
josugoar committed Aug 3, 2023
1 parent b7694df commit 4e031d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
- name: Configure the project
run: cmake -S . -B build

- name: Debug CMake
run: cmake --version
- name: Update GCC
run: |
sudo apt-get update
sudo apt-get upgrade gcc
- name: Debug GCC
run: gcc --version
Expand Down

0 comments on commit 4e031d8

Please sign in to comment.