Skip to content

Commit 03845ef

Browse files
committed
Show environment file
1 parent fb1d088 commit 03845ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
run: ./scripts/prep-gh-action.sh
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
38+
- name: Show environment
39+
run: cat "/root/.local/share/swiftly/env.sh"
3840
- name: Update environment
3941
run: . "/root/.local/share/swiftly/env.sh" && echo "GITHUB_ENV=$GITHUB_ENV" && echo "PATH=$PATH" >> "$GITHUB_ENV" && echo "PATH=$PATH" "$GITHUB_ENV"
4042
- name: Install selected swift toolchain

0 commit comments

Comments
 (0)