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 @@ -101,16 +101,16 @@ jobs:
101101 libssl-dev:arm64 \
102102 pkg-config-aarch64-linux-gnu
103103 fi
104- - name : Install GCC 11 on Linux
105- if : runner.os == 'Linux'
106- run : |
107- sudo apt-get update
108- sudo apt-get install -y gcc-11 g++-11
109- - name : Set CC and CXX to gcc-11
110- if : runner.os == 'Linux'
111- run : |
112- echo "CC=gcc-11" >> $GITHUB_ENV
113- echo "CXX=g++-11" >> $GITHUB_ENV
104+ - name : Install GCC 11 on Linux
105+ if : runner.os == 'Linux'
106+ run : |
107+ sudo apt-get update
108+ sudo apt-get install -y gcc-11 g++-11
109+ - name : Set CC and CXX to gcc-11
110+ if : runner.os == 'Linux'
111+ run : |
112+ echo "CC=gcc-11" >> $GITHUB_ENV
113+ echo "CXX=g++-11" >> $GITHUB_ENV
114114 # macOS-specific dependencies
115115 - name : Install macOS dependencies
116116 if : runner.os == 'macOS'
You can’t perform that action at this time.
0 commit comments