mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
f6dc3a927e
commit
2c9d8e681c
|
@ -16,6 +16,11 @@ build:
|
||||||
# swift.org: 5
|
# swift.org: 5
|
||||||
# apple.com/xcode: >=13.3
|
# apple.com/xcode: >=13.3
|
||||||
script:
|
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
|
# 0.21.0 doesn't have its version bumped
|
||||||
- run: echo 'let version = "{{version}}"' > Sources/xcbeautify/Version.swift
|
- run: echo 'let version = "{{version}}"' > Sources/xcbeautify/Version.swift
|
||||||
if: '>=0.21.0'
|
if: '>=0.21.0'
|
||||||
|
|
Loading…
Reference in a new issue