diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index b62c2e9..c30a624 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -22,7 +22,11 @@ jobs: timezoneMacos: "Australia/Melbourne" timezoneWindows: "Australia/Melbourne" # - uses: BinaryBirds/swift-test-report@0.0.1 - - name: Build - run: swift build -v + - name: Set Au locale + run: | + export LANG="en_US.UTF-8" + export LC_ALL="en_US.UTF-8" + #- name: Build + # run: swift build -v - name: Run tests run: swift test -v