diff options
| author | hathach <[email protected]> | 2022-11-16 11:16:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-11-16 11:16:40 +0700 |
| commit | fc523733c188b3afdac772e525e7309358a233d9 (patch) | |
| tree | bca3949da241b0679bafcbfbfdf755b7fb945a5f /.github/workflows | |
| parent | 9b9d84177025b4b3bc0cf5ef47dc5c13b10e8f19 (diff) | |
more ci warnings
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_msp430.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build_msp430.yml b/.github/workflows/build_msp430.yml index 3a740a28a..1ef25a6a0 100644 --- a/.github/workflows/build_msp430.yml +++ b/.github/workflows/build_msp430.yml @@ -16,9 +16,12 @@ jobs: family: # Alphabetical order - 'msp430' + steps: - name: Setup Python uses: actions/setup-python@v4 + with: + python-version: '3.x' - name: Checkout TinyUSB uses: actions/checkout@v3 |
