We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4782f07 commit 68c0fecCopy full SHA for 68c0fec
.github/actions/pio-build/entrypoint.sh
@@ -5,6 +5,7 @@ readonly CMSIS_ARCHIVE="CMSIS-${CMSIS_VERSION}.tar.bz2"
5
6
# Use python venv
7
python3 -m venv "$HOME/venv"
8
+# shellcheck disable=SC1091
9
. "$HOME/venv/bin/activate"
10
# Install PlatformIO
11
python3 -m pip install --quiet --upgrade platformio
0 commit comments