diff options
| author | hathach <[email protected]> | 2023-11-29 22:30:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-11-29 22:30:58 +0700 |
| commit | 0504192fb7b15144b62e397d3e10c73c465ced67 (patch) | |
| tree | 4e9c894eeebd070f064722507e283ae9c4111207 /.github/workflows/codeql-buildscript.sh | |
| parent | fe4bb4020756b6146cfd7d4b5d639a1d4e5801f1 (diff) | |
update buildscript
Diffstat (limited to '.github/workflows/codeql-buildscript.sh')
| -rw-r--r-- | .github/workflows/codeql-buildscript.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-buildscript.sh b/.github/workflows/codeql-buildscript.sh index 38d3714c1..35e029922 100644 --- a/.github/workflows/codeql-buildscript.sh +++ b/.github/workflows/codeql-buildscript.sh @@ -2,4 +2,4 @@ FAMILY=stm32l4 python3 tools/get_deps.py $FAMILY -python3 tools/build_family.py $FAMILY +python3 tools/build_make.py $FAMILY |
