Update codeql-buildscript.sh

Update script name
This commit is contained in:
Brian 2023-11-27 12:14:38 -05:00 committed by GitHub
parent 490343b4d3
commit 00484d18a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
FAMILY=stm32l4
python3 tools/get_family_deps.py $FAMILY
python3 tools/get_deps.py $FAMILY
python3 tools/build_family.py $FAMILY