We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854eb4f commit 7e27d27Copy full SHA for 7e27d27
1 file changed
.github/workflows/ci.yml
@@ -25,14 +25,6 @@ jobs:
25
uses: actions/checkout@v2
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
0 commit comments