Skip to content

Commit 0d6abe9

Browse files
committed
uses github actions instead
1 parent 8266319 commit 0d6abe9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
matrix:
1515
port: ['macOS', 'esp32', 'stm32', 'rp2']
1616
steps:
17+
- uses: actions/checkout@v4
1718
- uses: ammaraskar/gcc-problem-matcher@master
1819
- name: Install Dependencies
1920
run: brew install --force llvm libffi cmake ninja make
20-
2121
# STM32 & RPi Pico port
2222
- name: arm-none-eabi-gcc
2323
if: matrix.port == 'stm32' || matrix.port == 'rp2'

.github/workflows/unix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
matrix:
1515
port: ['unix', 'esp32', 'stm32', 'rp2']
1616
steps:
17+
- uses: actions/checkout@v4
1718
- uses: ammaraskar/gcc-problem-matcher@master
1819
- name: Install Dependencies
1920
run: |

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
matrix:
1515
port: ['windows', 'esp32', 'stm32', 'rp2']
1616
steps:
17+
- uses: actions/checkout@v4
1718
- uses: ammaraskar/gcc-problem-matcher@master
1819
- name: Install Dependencies
1920
run: python3 -m pip install pyMSVC
20-
2121
# STM32 & RPi Pico port
2222
- name: arm-none-eabi-gcc
2323
if: matrix.port == 'stm32' || matrix.port == 'rp2'

0 commit comments

Comments
 (0)