Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit974177d

Browse files
committed
msys
1 parentb2efb4c commit974177d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

‎.github/workflows/msys.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name:MSYS
2+
on:
3+
workflow_dispatch:
4+
5+
jobs:
6+
msys2-msys:
7+
runs-on:windows-latest
8+
defaults:
9+
run:
10+
shell:msys2 {0}
11+
steps:
12+
-uses:actions/checkout@v3
13+
-uses:msys2/setup-msys2@v2
14+
with:
15+
msystem:MSYS
16+
update:true
17+
install:git gettext
18+
19+
-name:Run msgcat
20+
run:|
21+
msgcat --version
22+
msgcat -o library/stdtypes.po library/stdtypes.po
23+
msgcat -o library/stdtypes.po library/stdtypes.po
24+
git diff

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp