diff options
author | Joshua Sing <joshua@hypera.dev> | 2023-12-19 20:25:54 +1100 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-03 15:32:50 -0600 |
commit | 1fbca281b1115c9e1b548190b595a25bbc967549 (patch) | |
tree | 3efc1e5ea51d0ef9f217c87f6516d7d6c0045618 /.github | |
parent | 16fb59d6039949c7b4e168ba9a993372e2edc4f0 (diff) | |
download | portable-1fbca281b1115c9e1b548190b595a25bbc967549.tar.gz portable-1fbca281b1115c9e1b548190b595a25bbc967549.tar.bz2 portable-1fbca281b1115c9e1b548190b595a25bbc967549.zip |
ci: avoid unnecessary steps in windows workflow
Diffstat (limited to '.github')
-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 |