mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Fix API versions --nobuild
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user