Skip to content

Commit a4debbc

Browse files
fixed error in which github actions runner would not have the proper toolchain for building the windows build
1 parent 4d2b680 commit a4debbc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18+
- name: install mingw
19+
run: sudo apt update && sudo apt install mingw-w64
1820
- name: make linux
1921
run: make
2022
- name: make windows

0 commit comments

Comments
 (0)