auto build: try installing gettext tools
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
|||||||
cp -f mpvnet.com src/MpvNet.Windows/bin/Debug/ || true
|
cp -f mpvnet.com src/MpvNet.Windows/bin/Debug/ || true
|
||||||
- name: Create .mo files
|
- name: Create .mo files
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: Install-Package Gettext.Tools; .\lang\create-mo-files.ps1
|
run: Install-Package Gettext.Tools -Force; .\lang\create-mo-files.ps1
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user