We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c8081 commit 6123111Copy full SHA for 6123111
.github/workflows/build_slc.yaml
@@ -40,6 +40,8 @@ jobs:
40
poetry-version: '2.1.2'
41
- name: Check space on disk
42
run: df
43
+ - name: Print pwd
44
+ run: pwd
45
- name: Build SLC ${{ inputs.flavor }}
46
run: |
47
mkdir slc
0 commit comments