Skip to content

Commit 7fb9a7e

Browse files
committed
ci: add BOLTDIR env to check-compiled-source job
Without this, \${BOLTDIR} expands to an empty string in the git clone step, making the destination '../' -- a non-empty directory that git refuses to clone into.
1 parent b4e12cc commit 7fb9a7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
if: |
2929
github.event.action != 'edited' ||
3030
contains(github.event.pull_request.body, 'Changelog')
31-
env:
32-
BOLTDIR: bolts
3331
strategy:
3432
fail-fast: true
3533
steps:
@@ -197,6 +195,8 @@ jobs:
197195
runs-on: ubuntu-24.04
198196
needs:
199197
- compile
198+
env:
199+
BOLTDIR: bolts
200200
strategy:
201201
matrix:
202202
CFG: [compile-gcc]

0 commit comments

Comments
 (0)