Skip to content

Commit 38f9e6c

Browse files
committed
Output the g++ version.
1 parent 3a6c4e2 commit 38f9e6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Check out repository
3232
uses: actions/checkout@v4
3333

34+
- name: Check g++ version
35+
run: g++ --version
36+
3437
- name: Run tests
3538
run: ./bin/test.sh
3639
test-csharp:

0 commit comments

Comments
 (0)