diff options
author | Joshua Sing <joshua@hypera.dev> | 2023-12-19 20:25:54 +1100 |
---|---|---|
committer | Joshua Sing <joshua@hypera.dev> | 2023-12-19 20:25:54 +1100 |
commit | 46d8c871188db5e2b98b1b3072af8b0cc457968a (patch) | |
tree | 4d9f448e023383402fc4742b5b53d876336d8642 /.github | |
parent | 509eb6486f8d5e96eaa6c16e72443bfc5d4e9027 (diff) | |
download | portable-46d8c871188db5e2b98b1b3072af8b0cc457968a.tar.gz portable-46d8c871188db5e2b98b1b3072af8b0cc457968a.tar.bz2 portable-46d8c871188db5e2b98b1b3072af8b0cc457968a.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 |