We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d5b20 commit aeaf84aCopy full SHA for aeaf84a
2 files changed
.github/workflows/build-toolchain-image.yml
@@ -1,12 +1,12 @@
1
name: Build Toolchain Image
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches: [ refactor/cmake ]
7
paths:
8
- 'ci/Dockerfile'
9
- '.github/workflows/build-toolchain-image.yml'
- workflow_dispatch: {}
10
11
jobs:
12
build-and-push:
tools/init-submodules.sh
@@ -1,8 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
-cd "$(git rev-parse --show-toplevel)"
+# This script is supposed to be under ${ST-LIB_PATH}/tools/init-submodules.sh
+cd "${0%/*}/.."
git submodule update --init
cd STM32CubeH7
git submodule update --init Drivers/STM32H7xx_HAL_Driver Drivers/CMSIS/Device/ST/STM32H7xx Drivers/BSP/Components/lan8742
0 commit comments