Browse Source

Update build.yml

master
biologist79 4 years ago
committed by GitHub
parent
commit
e4ba264346
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -9,9 +9,9 @@ jobs:
name: Build all boards name: Build all boards
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@refactoring
- uses: actions/checkout@master
- name: Setup Python - name: Setup Python
uses: actions/setup-python@refactoring
uses: actions/setup-python@master
with: with:
python-version: '3.x' python-version: '3.x'
- name: Install Platform IO - name: Install Platform IO

Loading…
Cancel
Save