Skip to content

Commit a70a728

Browse files
[ci] inherit TOOLCHAIN_CHANNEL environment variable from host
1 parent 317e875 commit a70a728

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
@@ -152,6 +152,7 @@ jobs:
152152
--cap-add=SYS_PTRACE \
153153
--security-opt seccomp=unconfined \
154154
-dit \
155+
-e TOOLCHAIN_CHANNEL=${{ env.TOOLCHAIN_CHANNEL }} \
155156
-w /home/build-user/ \
156157
-v ${{ github.workspace }}:/source \
157158
-v oss-swift-package:/home/build-user \

0 commit comments

Comments
 (0)