Fix API versions --nobuild

This commit is contained in:
Willy-JL
2024-06-02 03:23:31 +01:00
parent 6a30a379dc
commit f17b19ed7d
3 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ jobs:
run: |
set -e
for symbols in targets/f*/api_symbols.csv; do
ofw_api="$(curl "https://raw.githubusercontent.com/flipperdevices/flipperzero-firmware/release/${symbols}" | head -n2)"
ofw_api="$(curl -s "https://raw.githubusercontent.com/flipperdevices/flipperzero-firmware/release/${symbols}" | head -n2)"
our_api="$(head -n2 "${symbols}")"
if [ "$our_api" != "$ofw_api" ] ; then
echo API versions aren\'t matching OFW. Please update!