Skip to content

Commit 7babf95

Browse files
committed
cls
1 parent f6b626b commit 7babf95

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,6 @@ jobs:
8383
shell: bash
8484
run: ${{ matrix.install_cmd }}
8585

86-
- name: Verify compiler versions
87-
shell: bash
88-
run: |
89-
echo "=== Clang ==="
90-
clang --version
91-
clang++ --version
92-
echo "=== GCC ==="
93-
gcc --version || true
94-
g++ --version || true
95-
9686
- name: Checkout repository (with sub-modules)
9787
uses: actions/checkout@v4
9888
with:

0 commit comments

Comments
 (0)