diff options
| author | HiFiPhile <[email protected]> | 2024-05-10 00:16:45 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-05-10 00:16:45 +0200 |
| commit | f4d4f2da297bb043990d94b9189c7850da772b09 (patch) | |
| tree | f2e464e6ee94a648579fc78a32f4ac45c38794a6 /.github/workflows/codeql-buildscript.sh | |
| parent | fc7647f9e4f06c8f56207f5ea7f34872887d099b (diff) | |
| parent | 63e64f374bf2023261bcf6733fdf53a73ccca6e6 (diff) | |
Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb
Diffstat (limited to '.github/workflows/codeql-buildscript.sh')
| -rw-r--r-- | .github/workflows/codeql-buildscript.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/codeql-buildscript.sh b/.github/workflows/codeql-buildscript.sh index 35e029922..272b55d22 100644 --- a/.github/workflows/codeql-buildscript.sh +++ b/.github/workflows/codeql-buildscript.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash FAMILY=stm32l4 +pip install click python3 tools/get_deps.py $FAMILY -python3 tools/build_make.py $FAMILY +python3 tools/build.py -s make $FAMILY |
