File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ jobs:
3434 uses : dtolnay/rust-toolchain@stable
3535 with :
3636 targets : ${{ matrix.target }}
37- - name : Install GCC 11 on Linux
38- if : runner.os == 'Linux'
39- run : |
40- sudo apt-get update
41- sudo apt-get install -y gcc-11 g++-11
42- - name : Set CC and CXX to gcc-11
43- if : runner.os == 'Linux'
44- run : |
45- echo "CC=gcc-11" >> $GITHUB_ENV
46- echo "CXX=g++-11" >> $GITHUB_ENV
37+ - name : Install GCC 11 on Linux
38+ if : runner.os == 'Linux'
39+ run : |
40+ sudo apt-get update
41+ sudo apt-get install -y gcc-11 g++-11
42+ - name : Set CC and CXX to gcc-11
43+ if : runner.os == 'Linux'
44+ run : |
45+ echo "CC=gcc-11" >> $GITHUB_ENV
46+ echo "CXX=g++-11" >> $GITHUB_ENV
4747 - name : Cache dependencies
4848 uses : actions/cache@v4
4949 with :
You can’t perform that action at this time.
0 commit comments