| commit | 3b4dcb1cc6da343c6d92d37e4c3abedd66e9406f | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Jun 16 19:05:02 2026 +0200 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Jun 16 19:05:02 2026 +0200 |
| tree | c5db555145aad13948cc1730bf7cd3ef4e788729 | |
| parent | 98198565bb4f4a46e94d510714b0e95a0fd60b84 [diff] |
Avoid XML::Loy tests in GitHub CI install Change-Id: I6cb4161bde2fe090e7b0ed3dfdb2c88d2a906b3b
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0ffd43a..b02f4c8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml
@@ -28,6 +28,7 @@ - name: Install dependencies run: | cpanm File::ShareDir::Install + cpanm --notest XML::Loy cpanm --installdeps . - name: Install run: |