more ci warnings

This commit is contained in:
hathach 2022-11-16 11:16:40 +07:00
parent 9b9d841770
commit fc523733c1
1 changed files with 3 additions and 0 deletions

View File

@ -16,9 +16,12 @@ jobs:
family: family:
# Alphabetical order # Alphabetical order
- 'msp430' - 'msp430'
steps: steps:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Checkout TinyUSB - name: Checkout TinyUSB
uses: actions/checkout@v3 uses: actions/checkout@v3