Skip to content

Commit

Permalink
gni
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lunarg committed Dec 16, 2023
1 parent 1735c07 commit 094f172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
config: [Debug, Release]

env:
CXX: ${{ matrix.cxx }}
# CXX: ${{ matrix.cxx }}

steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
Expand All @@ -32,7 +32,7 @@ jobs:

- name: Tool versions
run: |
${CXX} --version
# ${CXX} --version
cmake --version

- run: cmake --build . --parallel --config ${{matrix.config}}
Expand Down

0 comments on commit 094f172

Please sign in to comment.