|
@@ -25,8 +25,7 @@ jobs:
|
|
|
run: |
|
|
run: |
|
|
|
python3 -m venv venv
|
|
python3 -m venv venv
|
|
|
source venv/bin/activate
|
|
source venv/bin/activate
|
|
|
- curl -o requirements.txt https://github.com/flipperdevices/flipper-application-catalog/blob/main/tools/requirements.txt
|
|
|
|
|
- pip install -r requirements.txt
|
|
|
|
|
|
|
+ pip install -r https://github.com/flipperdevices/flipper-application-catalog/blob/main/tools/requirements.txt
|
|
|
|
|
|
|
|
- name: Install UFBT SDK
|
|
- name: Install UFBT SDK
|
|
|
run: |
|
|
run: |
|
|
@@ -35,7 +34,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: Download bundle.py
|
|
- name: Download bundle.py
|
|
|
run: |
|
|
run: |
|
|
|
- curl -o bundle.py https://raw.githubusercontent.com/flipperdevices/flipper-application-catalog/main/tools/bundle.py
|
|
|
|
|
|
|
+ wget https://raw.githubusercontent.com/flipperdevices/flipper-application-catalog/main/tools/bundle.py
|
|
|
|
|
|
|
|
- name: Run manifest validation
|
|
- name: Run manifest validation
|
|
|
run: |
|
|
run: |
|