From ef54c289ab113725c58d6db426e8581fd205c740 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Fri, 8 Mar 2024 14:21:27 -0800 Subject: [PATCH] no update --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .