Skip to content

Commit

Permalink
fixup! fixup! Use main swift
Browse files Browse the repository at this point in the history
  • Loading branch information
shimastripe committed Sep 14, 2024
1 parent c2feb8a commit 67c2769
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ concurrency:
jobs:
build:
runs-on: macos-14
env:
DEVELOPER_DIR: "/Applications/Xcode_16_Release_Candidate.app/Contents/Developer"
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand All @@ -32,6 +34,7 @@ jobs:
uses: SwiftyLab/setup-swift@latest
with:
development: true
check-latest: true
- name: Build DocC
run: |
make build_docc
Expand Down

0 comments on commit 67c2769

Please sign in to comment.