Skip to content

Commit 67a06a7

Browse files
committed
Install curl
1 parent 150c526 commit 67a06a7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
name: Lint, Build & Test with Coverage
2-
on:
2+
on:
33
push:
4-
branches: [ main ]
4+
branches: [main]
55
pull_request:
6-
branches: [ main ]
6+
branches: [main]
77

88
jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
container: swift:noble
1212
steps:
13+
- name: Install curl
14+
run: apt-get update -yq && apt-get install -y curl
1315
- name: Checkout
1416
uses: actions/checkout@v4
1517
- name: Lint
@@ -22,5 +24,3 @@ jobs:
2224
uses: vapor/swift-codecov-action@v0.3
2325
with:
2426
codecov_token: ${{ secrets.CODECOV_TOKEN }}
25-
26-

0 commit comments

Comments
 (0)