Skip to content

Commit

Permalink
Fix test on OpenVix
Browse files Browse the repository at this point in the history
force-test skip-release
  • Loading branch information
Taapat committed Oct 7, 2023
1 parent a3646c1 commit e989ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
sed -i 's/addNotifier(iAVSwitch/addNotifier(iAVSwitch.setPolicy169) #/g' enigma2/lib/python/Components/AVSwitch.py
sed -i 's/instance, eListbox/instance, type(eListbox)/g' enigma2/lib/python/Components/GUIComponent.py
- name: Patch enigma step 4
if: matrix.enigma2-version == 'OpenPLi develop 3.10'
if: matrix.enigma2-version == 'OpenPLi develop 3.10' || matrix.enigma2-version == 'OpenViX Developer 3.10'
working-directory: './enigma2/data'
run: |
python convert-iso-639-3.py
Expand Down

0 comments on commit e989ec8

Please sign in to comment.