summaryrefslogtreecommitdiffstats
path: root/testing/get-swift.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtesting/get-swift.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/get-swift.sh b/testing/get-swift.sh
index 3e78082..dfe0939 100755
--- a/testing/get-swift.sh
+++ b/testing/get-swift.sh
@@ -26,4 +26,4 @@ fi
mkdir -p /tmp/swift
tar -xf "$TGZ" --strip 1 --directory /tmp/swift
-echo '##vso[task.prependpath]/tmp/swift/usr/bin'
+echo '/tmp/swift/usr/bin' >> "$GITHUB_PATH"