Skip to content

Commit

Permalink
Unstable Ignore Build (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
LePips authored Nov 2, 2023
1 parent d19dc29 commit 70c2fde
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/sdk-unstable-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,11 @@ jobs:
with:
ref: main
token: ${{ secrets.JF_BOT_TOKEN }}

- name: Download unstable OpenAPI schema
run: |
curl -sL https://repo.jellyfin.org/releases/openapi/jellyfin-openapi-unstable.json -o jellyfin-openapi-stable.json
cp -rf jellyfin-openapi-stable.json $GITHUB_WORKSPACE/Sources

- name: Generate API
run: |
cd $GITHUB_WORKSPACE
swift package --allow-writing-to-package-directory generate-api
- name: Build
run: |
swift build
make update
- name: Commit changes
run: |
Expand Down

0 comments on commit 70c2fde

Please sign in to comment.