diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c5d0d3a..cc6fd1b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -27,7 +27,7 @@ jobs: image: perl:${{ matrix.perl-version }} steps: - uses: actions/checkout@v1 - - run: apt-get update && apt-get install -y --reinstall ca-certificates + - run: apt-get install -y --reinstall ca-certificates - name: Install Dependencies run: | curl -sL https://cpanmin.us/ | perl - -nq --with-develop --installdeps .