Skip to content

Commit

Permalink
Fix a few more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremekforever committed Dec 24, 2024
1 parent 7f1c1f4 commit 67c7053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-swift-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Swift Nightly
on:
pull_request:
schedule:
- cron: '0 21 * * *'
- cron: '0 9 * * *'

env:
DISTRIBUTION: debian-bookworm
Expand Down
3 changes: 1 addition & 2 deletions swift-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ ARG SWIFT_BRANCH=development
ARG SWIFT_VERSION=swift-DEVELOPMENT-SNAPSHOT-2024-12-13-a
ARG SWIFT_WEBROOT=https://download.swift.org

ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \
SWIFT_PLATFORM=$SWIFT_PLATFORM \
ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
SWIFT_BRANCH=$SWIFT_BRANCH \
SWIFT_VERSION=$SWIFT_VERSION \
SWIFT_WEBROOT=$SWIFT_WEBROOT
Expand Down

0 comments on commit 67c7053

Please sign in to comment.