Skip to content

Commit 0838416

Browse files
committed
Try windows again
1 parent 30fcc6f commit 0838416

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/scanmsg.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ on:
1010
- .github/workflows/scanmsg.yml
1111
- data/text/*/*/*.msg
1212

13+
defaults:
14+
run:
15+
shell: bash
16+
1317
jobs:
1418
ScanMsg:
15-
runs-on: ubuntu-latest
19+
runs-on: windows-latest
1620
steps:
1721
- uses: actions/checkout@v4
1822

19-
- name: Install wine
20-
uses: devopsx/gha-ubuntu-i386-fix@master
21-
2223
- name: ScanMsg
23-
run: wine ./extra/bin/ScanMsg.exe data/text
24+
run: ./extra/bin/ScanMsg.exe data/text

0 commit comments

Comments
 (0)