Skip to content

Commit 03b8814

Browse files
[ci] inherit TOOLCHAIN_CHANNEL environment variable from host
1 parent 068036b commit 03b8814

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
--cap-add=SYS_PTRACE \
155155
--security-opt seccomp=unconfined \
156156
-dit \
157+
-e TOOLCHAIN_CHANNEL=${{ env.TOOLCHAIN_CHANNEL }} \
157158
-w /home/build-user/ \
158159
-v ${{ github.workspace }}:/source \
159160
-v oss-swift-package:/home/build-user \

0 commit comments

Comments
 (0)