Skip to content

Commit d881d83

Browse files
committed
Display the shell that is in use
1 parent 03845ef commit d881d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install swiftly
3737
run: curl -O https://download.swift.org/swiftly/linux/swiftly-0.4.0-dev-x86_64.tar.gz && tar zxf swiftly-*.tar.gz && mv swiftly /usr/bin && swiftly init -y --skip-install
3838
- name: Show environment
39-
run: cat "/root/.local/share/swiftly/env.sh"
39+
run: cat "/root/.local/share/swiftly/env.sh" && echo "SHELL is $SHELL"
4040
- name: Update environment
4141
run: . "/root/.local/share/swiftly/env.sh" && echo "GITHUB_ENV=$GITHUB_ENV" && echo "PATH=$PATH" >> "$GITHUB_ENV" && echo "PATH=$PATH" "$GITHUB_ENV"
4242
- name: Install selected swift toolchain

0 commit comments

Comments
 (0)