Skip to content

Commit 67cc31a

Browse files
authored
Fix action builds (#6)
2 parents 1f15bb9 + a0e244f commit 67cc31a

File tree

4 files changed

+32
-8
lines changed

4 files changed

+32
-8
lines changed

.github/workflows/macOS.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
runs-on: macos-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
19-
- name: Setup Swift
20-
uses: fwal/[email protected]
18+
- uses: actions/checkout@v3
19+
- uses: swift-actions/setup-swift@v2
2120
- name: Build
2221
run: swift build -v
2322
- name: Run tests

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Setup Swift
20-
uses: fwal/[email protected]
19+
- uses: swift-actions/setup-swift@v2
2120
- name: Build
2221
run: swift build -v
2322
- name: Run tests

Package.resolved

Lines changed: 29 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
</div>
44
<br />
55

6-
76
![macOS](https://github.com/swiftpackages/DotEnv/workflows/macOS/badge.svg)
87
![ubuntu](https://github.com/swiftpackages/DotEnv/workflows/ubuntu/badge.svg)
98
![docs](https://github.com/swiftpackages/DotEnv/workflows/docs/badge.svg)

0 commit comments

Comments
 (0)