We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HOME
/root
1 parent 894fa84 commit 38c7370Copy full SHA for 38c7370
.github/workflows/ci.yml
@@ -214,6 +214,8 @@ jobs:
214
env:
215
RDBMS: ${{ matrix.rdbms }}
216
RUNID: ${{ github.run_number }}
217
+ # These runners have no HOME variable set by default, we need to explicitly set it to make the build work
218
+ HOME: /root
219
run: ./ci/build-github.sh
220
shell: bash
221
# Upload build scan data.
0 commit comments