Skip to content

Commit b30a3ad

Browse files
fix indentation
1 parent a0c4d4b commit b30a3ad

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)