Skip to content

Commit 126cf84

Browse files
committed
* .github/workflows/C.yml: Use github variable so the step name is expanded.
1 parent f7817a0 commit 126cf84

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/C.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,8 @@ jobs:
5656
echo "${{ runner.temp }}/msys64/mingw64/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
5757
echo "${{ runner.temp }}/msys64/mingw64/usr/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
5858
59-
- run: $CC -v
60-
shell: bash
61-
62-
- run: $CXX -v
63-
shell: bash
59+
- run: ${{ matrix.cc }} -v
60+
- run: ${{ matrix.cxx }} -v
6461

6562
- run: make -C c all DEBUG=0 WERROR=1
6663
- run: make -C c all DEBUG=1 WERROR=1

0 commit comments

Comments
 (0)