Skip to content

Commit 4c768fb

Browse files
committed
Fix build
1 parent 8ab30d5 commit 4c768fb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
scripts_lst: data/scripts/scripts.lst
2626
scripts_dir: scripts_src
2727
dialog_dir: data/text/english/dialog
28-
worldmap_path: false
2928

3029
- name: Install wine
3130
uses: devopsx/gha-ubuntu-i386-fix@master

.github/workflows/scanmsg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ScanMsg:
1919
runs-on: windows-latest
2020
steps:
21-
- uses: actions/checkout@6
21+
- uses: actions/checkout@v6
2222

2323
- name: ScanMsg
2424
run: ./extra/bin/ScanMsg.exe data/text

0 commit comments

Comments
 (0)