From 690c86dc4518e4d64f31425b64bfb1543347e950 Mon Sep 17 00:00:00 2001 From: Sicris Rey Embay Date: Sun, 2 Jun 2024 20:11:27 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 76e4174..b3af45a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,8 +10,8 @@ jobs: volumes: - ${{github.workspace}}:/myBuild steps: - - name: Update CA certificates - run: apt install --yes --reinstall ca-certificates + - name: Update + run: apt update - name: Checkout the repo uses: actions/checkout@v4 with: