Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
env:
DESTINATION_IOS: platform=iOS Simulator,name=iPhone 16,OS=18.5
DESTINATION_MACOS: platform=macOS,arch=x86_64
SCHEME: NextcloudKit
SCHEME: NextcloudKit-Package
SERVER_BRANCH: stable30
PHP_VERSION: 8.3

Expand Down Expand Up @@ -56,8 +56,6 @@ jobs:
./server/occ config:system:set hashing_default_password --value=true --type=boolean
./server/occ config:system:set auth.bruteforce.protection.enabled --value false --type bool
./server/occ config:system:set ratelimit.protection.enabled --value false --type bool
./server/occ config:system:set memcache.local --value="\\OC\\Memcache\\APCu"
./server/occ config:system:set memcache.distributed --value="\\OC\\Memcache\\APCu"
./server/occ background:cron
PHP_CLI_SERVER_WORKERS=5 php -S localhost:8080 -t server/ &

Expand Down
Loading