Skip to content

Commit f55e55d

Browse files
authored
Fix indentation and formatting in workflow file
1 parent 4bad7ba commit f55e55d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
sudo mkdir -p /opt
2929
wget -qO /tmp/arm-toolchain.tar.xz "$TOOLCHAIN_URL"
3030
sudo tar -xJf /tmp/arm-toolchain.tar.xz -C /opt
31-
echo "$TOOLCHAIN_DIR/bin" >> "$GITHUB_PATH" - name: version
32-
run: arm-none-eabi-g++ --version
31+
echo "$TOOLCHAIN_DIR/bin" >> "$GITHUB_PATH"
32+
- name: version
33+
run: arm-none-eabi-g++ --version
3334
- name: Install U-Boot tools
3435
run: sudo apt install u-boot-tools
3536
- name: make

0 commit comments

Comments
 (0)