We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab3f74 commit a573e36Copy full SHA for a573e36
.github/workflows/build_sw.yml
@@ -30,7 +30,16 @@ jobs:
30
31
- name: Get sdk and add PICO_SDK_PATH
32
run: cd /tmp && git clone https://github.com/raspberrypi/pico-sdk.git && echo "PICO_SDK_PATH=/tmp/pico-sdk" >> $GITHUB_ENV
33
-
+
34
+ - name: ls
35
+ run: ls
36
37
+ - name: ls2
38
+ run: ls ${{github.workspace}}
39
40
41
+ run: ls ${{github.workspace}}/software
42
43
- name: Configure CMake
44
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
45
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
0 commit comments