Skip to content

Commit

Permalink
Update xcodeproj dependency (#1209)
Browse files Browse the repository at this point in the history
* Updated XcodeProj to 8.15.0

* Removed redundant dependency

* Updated swift version for Linux action

* Changed action to SwiftyLab/setup-swift
  • Loading branch information
art-divin authored Oct 8, 2023
1 parent 96048dc commit 59d9eb9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,19 @@ jobs:
linux_build:
runs-on: ubuntu-latest
steps:
- name: Setup Swift
# You may pin to the exact commit or the version.
# uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
uses: swift-actions/setup-swift@v1.23.0
# - name: Setup Swift
# # You may pin to the exact commit or the version.
# # uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
# uses: swift-actions/setup-swift@v1.23.0
# with:
# # Swift version to configure
# swift-version: 5.9 # default is 5.8
- name: Setup Swift environment for macOS, Linux and Windows
uses: SwiftyLab/setup-swift@v1.4.1
with:
# Swift version to configure
swift-version: 5.8 # default is 5.8
swift-version: "5.9"
- name: Get swift version
run: swift --version
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
Expand Down
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ var dependencies: [Package.Dependency] = [
// PathKit needs to be exact to avoid a SwiftPM bug where dependency resolution takes a very long time.
.package(url: "https://github.com/kylef/PathKit.git", exact: "1.0.1"),
.package(url: "https://github.com/art-divin/StencilSwiftKit.git", branch: "stable"),
.package(url: "https://github.com/art-divin/Stencil.git", branch: "master"),
.package(url: "https://github.com/tuist/XcodeProj.git", exact: "8.3.1"),
.package(url: "https://github.com/tuist/XcodeProj.git", exact: "8.15.0"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "508.0.0"),
.package(url: "https://github.com/Quick/Quick.git", from: "3.0.0"),
.package(url: "https://github.com/Quick/Nimble.git", from: "9.0.0"),
Expand Down

0 comments on commit 59d9eb9

Please sign in to comment.