From dbb865603a3654e38b2601be92791d3fabb823fa Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 12 Mar 2024 21:58:22 -0400 Subject: [PATCH] figure out where install ca-certificates --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 43d897c..e217aa1 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -82,7 +82,7 @@ jobs: - uses: actions/checkout@v4 - run: wsl apt-get update - run: wsl apt-cache search 7zip - - run: wsl apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext zip p7zip-full + - run: wsl apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext zip p7zip-full ca-certificates - run: choco install wget - name: Set up JDK 21 uses: actions/setup-java@v4