mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
f6dc3a927e
commit
2c9d8e681c
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ build:
|
|||
# swift.org: 5
|
||||
# apple.com/xcode: >=13.3
|
||||
script:
|
||||
# swift freaks all the way out if there's UTF-8 in the `TMPDIR`
|
||||
# swift build --configuration=release
|
||||
# TSCUtility/Triple.swift:215: Fatal error: Failed to parse target info (malformed).
|
||||
- export TMPDIR=$(mktemp -d)
|
||||
|
||||
# 0.21.0 doesn't have its version bumped
|
||||
- run: echo 'let version = "{{version}}"' > Sources/xcbeautify/Version.swift
|
||||
if: '>=0.21.0'
|
||||
|
|
Loading…
Reference in a new issue