diff options
-rw-r--r-- | .github/workflows/windows.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ce6e9ce..d581b3e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
@@ -33,17 +33,15 @@ jobs: | |||
33 | update: true | 33 | update: true |
34 | install: >- | 34 | install: >- |
35 | autoconf | 35 | autoconf |
36 | automake | ||
37 | diffutils | 36 | diffutils |
38 | libtool | ||
39 | gcc | 37 | gcc |
40 | git | 38 | git |
41 | patch | 39 | patch |
42 | perl | 40 | perl |
43 | 41 | ||
44 | - name: "Setup" | 42 | - name: "Update" |
45 | shell: msys2 {0} | 43 | shell: msys2 {0} |
46 | run: ./autogen.sh | 44 | run: ./update.sh |
47 | 45 | ||
48 | - name: "Configure CMake" | 46 | - name: "Configure CMake" |
49 | shell: cmd | 47 | shell: cmd |