Skip to content

Commit 442864b

Browse files
committed
Previous attempt to enable filesystem synchronized groups didn't work, trying again.
1 parent a26af66 commit 442864b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/scripts/test_app.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ echo "Building with arch: ${ARCH}"
1212
echo "SwiftLint Version: $(swiftlint --version)"
1313

1414
export LC_CTYPE=en_US.UTF-8
15-
export IDEFileSystemSynchronizedGroupsAreEnabled=YES
1615

17-
set -o pipefail && arch -"${ARCH}" xcodebuild \
16+
set -o pipefail && env IDEFileSystemSynchronizedGroupsAreEnabled=YES arch -"${ARCH}" xcodebuild \
1817
-scheme CodeEdit \
1918
-destination "platform=OS X,arch=${ARCH}" \
2019
-skipPackagePluginValidation \

0 commit comments

Comments
 (0)