Skip to content

Commit

Permalink
potential command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustyniak committed Sep 10, 2024
1 parent bdf6675 commit 4164424
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/setup_linux_format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ curl -OL "https://download.swift.org/swift-5.7.3-release/ubuntu2204/swift-5.7.3-
tar xf "$swift_archive_name.tar.gz"

# swiftlint provides static linting of Swif code.
curl -OL https://github.com/realm/SwiftLint/releases/download/0.57.0/swiftlint_linux.zip
unzip swiftlint_linux.zip
curl -OL https://github.com/realm/SwiftLint/releases/download/0.57.0/swiftlint_linux.zip --output bin/swiftlint
unzip bin/swiftlint/swiftlint_linux.zip
mv bin/swiftlint/swiftlint ./swiftlint
chmod +x ./swiftlint

curl -OL "https://github.com/tamasfe/taplo/releases/download/0.8.1/taplo-linux-x86_64.gz"
Expand Down

0 comments on commit 4164424

Please sign in to comment.