Skip to content

Commit 6fda52e

Browse files
authored
Merge pull request #547 from roddymunro/add-swiftpolyglot-version
Set explicit SwiftPolyglot tag and update clone path
2 parents 21c26c9 + cd80053 commit 6fda52e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/xcstrings.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Clone SwiftPolyglot
17-
run: git clone https://github.com/appdecostudio/SwiftPolyglot.git
17+
run: git clone --branch 0.3.1 -- https://github.com/appdecostudio/SwiftPolyglot.git ../SwiftPolyglot
1818

1919
- name: validate translations
2020
run: |
21-
swift build --package-path ./SwiftPolyglot --configuration release
22-
swift run --package-path ./SwiftPolyglot swiftpolyglot "ca,de,el,es,fi,fr,hi,it,ja,ko,nl,pl,pt-BR,ru,tr,uk,zh-Hans,zh-Hant" --errorOnMissing
21+
swift build --package-path ../SwiftPolyglot --configuration release
22+
swift run --package-path ../SwiftPolyglot swiftpolyglot "ca,de,el,es,fi,fr,hi,it,ja,ko,nl,pl,pt-BR,ru,tr,uk,zh-Hans,zh-Hant" --errorOnMissing

0 commit comments

Comments
 (0)