mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
Update main.yml
This commit is contained in:
parent
5dfe1754f2
commit
7018438781
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -59,6 +59,7 @@ jobs:
|
||||
STATUS=`curl -w "%{http_code}" -L "https://github.com/fbelavenuto/arpl-modules/releases/download/${TAG}/firmware.tgz" -o "${MODULES_DIR}/firmware.tgz"`
|
||||
echo "Status=${STATUS}"
|
||||
[ ${STATUS} -ne 200 ] && exit 1
|
||||
echo OK
|
||||
|
||||
# Prepare buildroot for first make (for cache)
|
||||
- name: Prepare buildroot
|
||||
|
Loading…
x
Reference in New Issue
Block a user