Skip to content

Commit

Permalink
fix: generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Sep 16, 2022
1 parent 4e723a9 commit 222f7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,13 @@ jobs:

check-generate-sources:
docker:
- image: *default-swift-image
- image: swift:5.5
steps:
- checkout
- restore_cache:
name: Restoring Cache
keys:
- &generate-sources-cache-key gs-cache-v1-swift:5.7
- &generate-sources-cache-key gs-cache-v1-swift:5.5
- run:
name: Install Maven & Curl
command: |
Expand Down

0 comments on commit 222f7b3

Please sign in to comment.