We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099df0b commit 05b654bCopy full SHA for 05b654b
1 file changed
.github/workflows/ubuntu.yml
@@ -99,6 +99,16 @@ jobs:
99
working-directory:
100
if: ${{ endsWith(matrix.os, 's390x') }}
101
102
+ # A temporary workaround: Set HOME env to pass the step
103
+ # ./.github/actions/setup/directories.
104
+ # https://github.com/IBM/actionspz/issues/30
105
+ - name: Set HOME env
106
+ run: |
107
+ echo "HOME: #{HOME}"
108
+ echo "HOME=$(ls -d ~)" >> $GITHUB_ENV
109
+ working-directory:
110
+ if: ${{ endsWith(matrix.os, 'ppc64le') || endsWith(matrix.os, 's390x') }}
111
+
112
- uses: ./.github/actions/setup/directories
113
with:
114
srcdir: src
0 commit comments