Skip to content

Commit

Permalink
ci: avoid unnecessary steps in windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing committed Dec 19, 2023
1 parent 509eb64 commit 46d8c87
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46d8c87

Please sign in to comment.