We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e590e01 commit 323620fCopy full SHA for 323620f
.github/workflows/verify.yml
@@ -97,10 +97,10 @@ jobs:
97
with:
98
cache-pip: true
99
- 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
+ run: |
+ sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 100
+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 100
+ g++ --version
104
- name: Verify
105
uses: competitive-verifier/actions/verify@v2
106
0 commit comments