Skip to content

Commit 636cc33

Browse files
Skip installing swiftlint
1 parent 01b2475 commit 636cc33

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
xcuserdata/
1+
xcuserdata/
2+
.devcontainer/

ci_scripts/ci_post_clone.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# Install AppCenter-CLI
44
mkdir -p /Users/local/Homebrew/Cellar/node-16/16/
5-
curl https://nodejs.org/download/release/latest-gallium/node-v16.15.1-darwin-x64.tar.xz --output node-16.tar.gz
5+
curl https://nodejs.org/dist/v16.16.0/node-v16.16.0-darwin-x64.tar.gz --output node-16.tar.gz
66
tar -xf node-16.tar.gz -C /Users/local/Homebrew/Cellar/node-16/16/ --strip-components=1
77

88
brew link node-16
99

10-
brew install swiftlint
10+
# brew install swiftlint

0 commit comments

Comments
 (0)