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: