Skip to content

Commit

Permalink
fix cygwin package order
Browse files Browse the repository at this point in the history
  • Loading branch information
calccrypto committed Feb 6, 2025
1 parent 0317612 commit 32f7c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Install Cygwin
uses: cygwin/cygwin-install-action@master
with:
packages: attr autoconf cmake clang git libattr1 libiconv-devel libintl-devel libpcre2-devel make patch pkg-config python3 python39 python39-pip zlib-devel
packages: attr autoconf clang cmake git libattr1 libiconv-devel libintl-devel libpcre2-devel make patch pkg-config python3 python39 python39-pip zlib-devel

- name: Set Up Python3
run: ln -sf /usr/bin/python3.9 /usr/bin/python3
Expand Down

0 comments on commit 32f7c19

Please sign in to comment.