Skip to content

Commit a0c4d4b

Browse files
fix indentation
1 parent 5d691d6 commit a0c4d4b

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
@@ -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:

0 commit comments

Comments
 (0)