Skip to content

Commit a573e36

Browse files
authored
Update build_sw.yml
1 parent 7ab3f74 commit a573e36

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/build_sw.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,16 @@ jobs:
3030

3131
- name: Get sdk and add PICO_SDK_PATH
3232
run: cd /tmp && git clone https://github.com/raspberrypi/pico-sdk.git && echo "PICO_SDK_PATH=/tmp/pico-sdk" >> $GITHUB_ENV
33-
33+
34+
- name: ls
35+
run: ls
36+
37+
- name: ls2
38+
run: ls ${{github.workspace}}
39+
40+
- name: ls2
41+
run: ls ${{github.workspace}}/software
42+
3443
- name: Configure CMake
3544
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
3645
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type

0 commit comments

Comments
 (0)