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: