From 9c424d09d2aba66f95b676e1ff8e8bd39d5f78f0 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Mon, 11 Mar 2024 08:20:34 -0700 Subject: [PATCH] debug --- .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 9a8ccb65..018c05fb 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -29,8 +29,8 @@ jobs: - uses: actions/checkout@v1 - name: Install Dependencies run: | + cpanm -v HTML::Tagset curl -sL https://cpanmin.us/ | perl - -nq --with-develop --with-recommends --with-suggests --installdeps . - cpanm -v Plack - name: Run Tests run: prove -lr t env: