We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acecec6 commit c672f0aCopy full SHA for c672f0a
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
CMAKE_PREFIX_PATH: /opt/toolchains
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
14
with:
15
path: Arduino-Zephyr-API
16
@@ -19,6 +19,7 @@ jobs:
19
run: |
20
west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
21
west update
22
+ echo ${{ github.event.pull_request.head.sha }}
23
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
24
sed '/WCharacter.h/ s/./\/\/ &/' ArduinoCore-API/api/ArduinoAPI.h > ArduinoCore-API/api/tmpArduinoAPI.h
25
mv ArduinoCore-API/api/tmpArduinoAPI.h ArduinoCore-API/api/ArduinoAPI.h
0 commit comments