Skip to content

Commit

Permalink
DVA3221 木有扩展驱动😀
Browse files Browse the repository at this point in the history
  • Loading branch information
tossp committed Mar 11, 2022
1 parent 5fff44b commit f4515cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
cat ${{matrix.platform}}_user_config.json
- name: 添加扩展驱动[非dva3221]
- name: 添加扩展驱动
if: matrix.platform != 'dva3221'
run: |
./redpill_tool_chain.sh add https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid/rpext-index.json
Expand All @@ -86,9 +86,9 @@ jobs:
- name: 添加扩展驱动[dva3221]
if: matrix.platform == 'dva3221'
run: |
# ./redpill_tool_chain.sh add https://github.com/pocopico/rp-ext/raw/main/redpill/rpext-index.json
./redpill_tool_chain.sh add https://github.com/pocopico/rp-ext/raw/main/redpill/rpext-index.json
./redpill_tool_chain.sh add https://github.com/orpheegt/redpill-load/raw/develop/redpill-virtio/rpext-index.json
echo '等待整理~😀'
# ./redpill_tool_chain.sh add https://github.com/dogodefi/redpill-ext/raw/master/acpid/rpext-index.json
# ./redpill_tool_chain.sh add https://github.com/dogodefi/redpill-ext/raw/master/virtio/rpext-index.json
- name: 添加 jumkey.misc
if: endsWith(matrix.version,'42218') && matrix.platform != 'dva3221'
Expand Down

0 comments on commit f4515cb

Please sign in to comment.