Skip to content

Commit

Permalink
auto build: try installing gettext tools
Browse files Browse the repository at this point in the history
  • Loading branch information
stax76 committed Dec 9, 2023
1 parent 9b93eaa commit 74f5867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
cp -f mpvnet.com src/MpvNet.Windows/bin/Debug/ || true
- name: Create .mo files
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
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 74f5867

Please sign in to comment.