Update .gitea/workflows/swift-test.yml
Some checks failed
CI Demo / build (push) Successful in 4s
Swift Test / swift-hello (push) Failing after 43s

This commit is contained in:
2025-08-07 18:18:16 +00:00
parent 0db18d6cd9
commit a11a23754a

View File

@@ -17,7 +17,7 @@ jobs:
# Add to PATH for this job
export PATH="${PWD}/swift-6.1-RELEASE-ubuntu22.04/usr/bin:${PATH}"
fi
# Based on Swift.orgs Ubuntu 22.04 instructions :contentReference[oaicite:0]{index=0}
# Based on Swift.org's Ubuntu 22.04 instructions :contentReference[oaicite:0]{index=0}
- name: Verify Swift installation
run: swift --version