Skip to content

Commit 54ede34

Browse files
committed
CI: Buildroot 격리 경로 컨텍스트를 수정
1 parent b1e333a commit 54ede34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildroot-guest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
slot: [a, b]
2424
env:
25-
PYPROC_BUILDROOT_WORKSPACE: ${{ runner.temp }}/pyproc-buildroot-${{ matrix.slot }}
25+
PYPROC_BUILDROOT_WORKSPACE: ${{ github.workspace }}/../pyproc-buildroot-${{ matrix.slot }}
2626
steps:
2727
- uses: actions/checkout@v5
2828
- uses: actions/setup-node@v5

0 commit comments

Comments
 (0)