diff options
author | Joshua Sing <joshua@hypera.dev> | 2023-12-20 00:49:46 +1100 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-03 15:32:50 -0600 |
commit | 0a1cdac2a66607f5539c210b3f3589c07e6d505d (patch) | |
tree | 8f9b4f05242975c385e137927831cfde60279a6a /.github | |
parent | 1fbca281b1115c9e1b548190b595a25bbc967549 (diff) | |
download | portable-0a1cdac2a66607f5539c210b3f3589c07e6d505d.tar.gz portable-0a1cdac2a66607f5539c210b3f3589c07e6d505d.tar.bz2 portable-0a1cdac2a66607f5539c210b3f3589c07e6d505d.zip |
ci: remove autoconf from msys2 in windows workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/windows.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d581b3e..e68ef4d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
@@ -32,7 +32,6 @@ jobs: | |||
32 | with: | 32 | with: |
33 | update: true | 33 | update: true |
34 | install: >- | 34 | install: >- |
35 | autoconf | ||
36 | diffutils | 35 | diffutils |
37 | gcc | 36 | gcc |
38 | git | 37 | git |