From 674f2af566a96ae9b37fe0d668338d2be99208ad Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Mon, 21 Apr 2025 11:47:53 -0400 Subject: [PATCH] lolwhat? --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92a4376..4c71a86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,12 +57,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: 🛡️🔒 Add Siteworx CA Certificates - run: | - apt update && apt install -yq ca-certificates curl - curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt - update-ca-certificates - - name: 📖🔍 Checkout Repository Code uses: actions/checkout@v2 with: