Skip to content

Commit 323620f

Browse files
committed
indentation
1 parent e590e01 commit 323620f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/verify.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ jobs:
9797
with:
9898
cache-pip: true
9999
- name: Use GCC 14.2
100-
run: |
101-
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 100
102-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 100
103-
g++ --version
100+
run: |
101+
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 100
102+
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 100
103+
g++ --version
104104
- name: Verify
105105
uses: competitive-verifier/actions/verify@v2
106106
with:

0 commit comments

Comments
 (0)