Skip to content

Commit

Permalink
Use main swift
Browse files Browse the repository at this point in the history
  • Loading branch information
shimastripe committed Sep 14, 2024
1 parent 2e1d4f6 commit 3a26243
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
key: spm-${{ hashFiles('Package.swift') }}
restore-keys: |
spm-
- name: Install development Swift
uses: SwiftyLab/setup-swift@latest
with:
development: true
- name: Build DocC
run: |
make build_docc
Expand Down

0 comments on commit 3a26243

Please sign in to comment.