Skip to content

Commit

Permalink
Add GCC debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
Twarug authored Apr 17, 2024
1 parent 791f591 commit 3da17c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:

#- name: Install Conan Pkg's
# run: conan install ${{github.workspace}} --output-folder=${{github.workspace}}/build --build=missing -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True

- name: GCC Path
run: |
echo $CC
echo $CCX
- name: Configure CMake
run: |
Expand Down

0 comments on commit 3da17c3

Please sign in to comment.