Skip to content

Commit

Permalink
remove locale
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Jul 22, 2024
1 parent 3a4b13b commit 824c2f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: C/C++ Update
on:
workflow_dispatch:
push:
branch: [ develop ]
paths:
- '.github/workflows/cron.yml'
schedule:
Expand Down
2 changes: 0 additions & 2 deletions ci-scripts/AutoUpdate.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

LANG="ja_JP.SJIS"

export DxLibVersion=$(node ./FetchDxLibVersion.mjs)
export OriginalBranch=original
export DevelopBranch="update_to_${DxLibVersion}"
Expand Down

0 comments on commit 824c2f2

Please sign in to comment.