Skip to content

Commit 41317a3

Browse files
committed
GHA: Indentation
1 parent b1ee739 commit 41317a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Configure & Build
2828
shell: bash
2929
run: |
30-
export CC=/usr/bin/gcc-14
31-
export CXX=/usr/bin/g++-14
32-
gcc -v
33-
g++ -v
30+
export CC=/usr/bin/gcc-14
31+
export CXX=/usr/bin/g++-14
32+
gcc -v
33+
g++ -v
3434
3535
cmake -B build_dir -DCMAKE_BUILD_TYPE=${{ matrix.build_config }}
3636
cmake --build build_dir --config ${{ matrix.build_config }}

0 commit comments

Comments
 (0)