We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c654c commit e42e6bcCopy full SHA for e42e6bc
1 file changed
.github/workflows/buildandtest.yml
@@ -82,6 +82,10 @@ jobs:
82
83
sudo apt-get -y install libcurl4-openssl-dev
84
85
+ # Export Swift toolchain path for SwiftLint's SourceKit
86
+ SWIFT_PATH=$(dirname $(dirname $(which swift)))
87
+ echo "LINUX_SOURCEKIT_LIB_PATH=${SWIFT_PATH}/lib/swift/linux" >> $GITHUB_ENV
88
+
89
- name: Lint
90
run: |
91
. "${SWIFTLY_HOME_DIR:-$HOME/.local/share/swiftly}/env.sh"
0 commit comments