From 1fbca281b1115c9e1b548190b595a25bbc967549 Mon Sep 17 00:00:00 2001 From: Joshua Sing Date: Tue, 19 Dec 2023 20:25:54 +1100 Subject: ci: avoid unnecessary steps in windows workflow --- .github/workflows/windows.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github') 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: update: true install: >- autoconf - automake diffutils - libtool gcc git patch perl - - name: "Setup" + - name: "Update" shell: msys2 {0} - run: ./autogen.sh + run: ./update.sh - name: "Configure CMake" shell: cmd -- cgit v1.2.3-55-g6feb