Skip to content

Commit c672f0a

Browse files
committed
2
.. Signed-off-by: Dhruva Gole <[email protected]>
1 parent acecec6 commit c672f0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
CMAKE_PREFIX_PATH: /opt/toolchains
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
with:
1515
path: Arduino-Zephyr-API
1616

@@ -19,6 +19,7 @@ jobs:
1919
run: |
2020
west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
2121
west update
22+
echo ${{ github.event.pull_request.head.sha }}
2223
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
2324
sed '/WCharacter.h/ s/./\/\/ &/' ArduinoCore-API/api/ArduinoAPI.h > ArduinoCore-API/api/tmpArduinoAPI.h
2425
mv ArduinoCore-API/api/tmpArduinoAPI.h ArduinoCore-API/api/ArduinoAPI.h

0 commit comments

Comments
 (0)