Skip to content

Commit

Permalink
Remove bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
ToppDev committed Aug 9, 2024
1 parent 3e88321 commit 833db5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/check_tool_versions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
if: ${{ runner.os == 'macOS' }}
- run: g++ --version
shell: bash
if: ${{ (runner.os == 'Linux' && startsWith(inputs.compiler, 'gcc') }}
if: ${{ runner.os == 'Linux' && startsWith(inputs.compiler, 'gcc') }}
- run: clang++ --version
shell: bash
if: ${{ runner.os == 'macOS' || (runner.os == 'Linux' && startsWith(inputs.compiler, 'llvm')) }}
Expand Down

0 comments on commit 833db5c

Please sign in to comment.