Skip to content

Commit 6353e9d

Browse files
committed
cores: arduino: Remove unused symlink
With the introduction of blobs, the `cores/arduino/api` symlink is no longer necessary, so delete it. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent 48678b8 commit 6353e9d

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
west-project-filter: ${{ env.HAL_FILTER }}
5151
enable-ccache: false
5252

53-
- name: Fetch blobs
54-
run: |
55-
west blobs --auto-accept fetch arduinocore-zephyr
56-
5753
- name: Add manifest path as module
5854
run: |
5955
echo EXTRA_ZEPHYR_MODULES="$(pwd)/$MODULE_PATH" >> $GITHUB_ENV
6056
57+
- name: Fetch blobs
58+
run: |
59+
west blobs --auto-accept fetch arduinocore-zephyr
60+
6161
- name: Build fade
6262
run: |
6363
west build -p -b arduino_nano_33_ble//sense $MODULE_PATH/samples/fade

.github/workflows/package_core.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ jobs:
249249
- name: Package core
250250
run: |
251251
# Extract the API snapshot and board binaries in place
252-
rm -f cores/arduino/api # remove broken symlink
253252
tar --use-compress-program=unzstd -xpf arduino-api.tar.zstd
254253
for f in binaries-*.tar.zstd ; do
255254
tar --use-compress-program=unzstd -xpf $f

cores/arduino/api

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)