Skip to content

Commit dacea3a

Browse files
authored
Update config.yml
1 parent ff3aea4 commit dacea3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
- image: swift:5.0
77
steps:
88
- checkout
9+
- run: apt-get update
910
- run: apt-get -y install openssl libssl-dev libssl-doc
1011
- run: swift build
1112
- run: swift test
@@ -14,6 +15,7 @@ jobs:
1415
- image: swift:5.0
1516
steps:
1617
- checkout
18+
- run: apt-get update
1719
- run: apt-get -y install openssl libssl-dev libssl-doc
1820
- run: swift build -c release
1921

0 commit comments

Comments
 (0)