Skip to content

Commit

Permalink
Adjust github actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh123 committed Dec 24, 2024
1 parent 06dc546 commit 4457a68
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/make-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo apt update
sudo apt install automake autoconf libtool libtool-bin libltdl-dev libltdl7
sudo apt install libxml2 libxml2-dev libxslt1.1 libxslt1-dev
sudo apt install libssl1.1 libssl-dev libnspr4 libnspr4-dev libnss3 libnss3-dev libnss3-tools libgcrypt20 libgcrypt20-dev libgnutls28-dev
sudo apt install libssl3 libssl-dev libnspr4 libnspr4-dev libnss3 libnss3-dev libnss3-tools libgcrypt20 libgcrypt20-dev libgnutls28-dev
- uses: actions/checkout@v2
- name: create-build-dirs
run: |
Expand Down Expand Up @@ -159,10 +159,6 @@ jobs:
- msystem: MINGW64
arch: x86_64
config_flags:
# default build with all legacy features
- msystem: MINGW64
arch: x86_64
config_flags: --enable-legacy-features --enable-ftp --enable-http
# no unicode static build for mscng
- msystem: MINGW64
arch: x86_64
Expand Down

0 comments on commit 4457a68

Please sign in to comment.