Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drekka authored Jan 11, 2024
1 parent f68a39f commit b4ce661
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
timezoneMacos: "Australia/Melbourne"
timezoneWindows: "Australia/Melbourne"
# - uses: BinaryBirds/[email protected]
- 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

0 comments on commit b4ce661

Please sign in to comment.