Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
qitas committed Mar 29, 2024
1 parent 6eb5991 commit 58867fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: '3.11'
architecture: 'x64'

- name: Install PlatformIO
run: |
Expand All @@ -56,9 +57,9 @@ jobs:
- name: Run on Windows
if: startsWith(matrix.os, 'windows')
run: |
echo "C:\msys64\usr\bin" >> $env:GITHUB_PATH
echo "C:\msys64\mingw64\bin" >> $env:GITHUB_PATH
pacman --noconfirm -S --needed mingw-w64-x86_64-SDL2
gcc --version
platformio run -e ${{ matrix.environment }}
steps:
- uses: msys2/setup-msys2@v2
with:
msystem: mingw64
install: mingw-w64-x86_64-SDL2
run: platformio run -e ${{ matrix.environment }}
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ build_src_filter =


[env:stm32f429_disco]
platform = ststm32
platform = ststm32@^8.0.0
board = disco_f429zi
framework = stm32cube
build_flags =
Expand Down

0 comments on commit 58867fe

Please sign in to comment.