Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
revert
  • Loading branch information
fabianhugo authored Aug 7, 2023
1 parent 79ec950 commit 735e0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v2
# Yotta has some issues with Python 3.7+
- name: Install Python 2.7
- name: Install Python 3.6
uses: actions/setup-python@v3
with:
python-version: 2.7
python-version: 3.6
- name: Install GNU Arm Embedded Toolchain (arm-none-eabi-gcc)
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
Expand Down

0 comments on commit 735e0f1

Please sign in to comment.