Skip to content

Commit

Permalink
Fix action builds (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
marzvrover committed Sep 6, 2024
2 parents 1f15bb9 + a0e244f commit 67cc31a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- name: Setup Swift
uses: fwal/[email protected]
- uses: actions/checkout@v3
- uses: swift-actions/setup-swift@v2
- name: Build
run: swift build -v
- name: Run tests
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup Swift
uses: fwal/[email protected]
- uses: swift-actions/setup-swift@v2
- name: Build
run: swift build -v
- name: Run tests
Expand Down
31 changes: 29 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,40 @@
{
"object": {
"pins": [
{
"package": "swift-atomics",
"repositoryURL": "https://github.com/apple/swift-atomics.git",
"state": {
"branch": null,
"revision": "cd142fd2f64be2100422d658e7411e39489da985",
"version": "1.2.0"
}
},
{
"package": "swift-collections",
"repositoryURL": "https://github.com/apple/swift-collections.git",
"state": {
"branch": null,
"revision": "9bf03ff58ce34478e66aaee630e491823326fd06",
"version": "1.1.3"
}
},
{
"package": "swift-nio",
"repositoryURL": "https://github.com/apple/swift-nio.git",
"state": {
"branch": null,
"revision": "2bae395344d41710dffab456265d534d7dc34ab8",
"version": "2.25.0"
"revision": "9746cf80e29edfef2a39924a66731249223f42a3",
"version": "2.72.0"
}
},
{
"package": "swift-system",
"repositoryURL": "https://github.com/apple/swift-system.git",
"state": {
"branch": null,
"revision": "d2ba781702a1d8285419c15ee62fd734a9437ff5",
"version": "1.3.2"
}
}
]
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
</div>
<br />


![macOS](https://github.com/swiftpackages/DotEnv/workflows/macOS/badge.svg)
![ubuntu](https://github.com/swiftpackages/DotEnv/workflows/ubuntu/badge.svg)
![docs](https://github.com/swiftpackages/DotEnv/workflows/docs/badge.svg)
Expand Down

0 comments on commit 67cc31a

Please sign in to comment.