We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7972e08 commit 2d9c300Copy full SHA for 2d9c300
1 file changed
.github/workflows/ci.yml
@@ -26,6 +26,14 @@ jobs:
26
with:
27
path: ${{ env.WORKSPACE_SRC_PATH }}
28
29
+ - name: Print workspace variables
30
+ shell: bash
31
+ run: |
32
+ echo "WORKSPACE_BUILD_PATH: $WORKSPACE_BUILD_PATH"
33
+ echo "WORKSPACE_INSTALL_PATH: $WORKSPACE_INSTALL_PATH"
34
+ echo "SOFA_ROOT: $SOFA_ROOT"
35
+ echo "PWD: $(pwd)"
36
+
37
- name: Build and install
38
id: build-install
39
shell: bash
0 commit comments