Skip to content

Commit

Permalink
looks like devel_basis zypper packages might be required.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Feb 7, 2025
1 parent 862cf27 commit 5e8a0b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
image: opensuse/tumbleweed:latest
steps:
- run: |
zypper install -y zsh perl
zypper install -t pattern devel_basis
zypper install -y zsh perl awk
- uses: actions/checkout@v4
- run: zsh ./test-e2e/run.zsh
macos-latest:
Expand Down

0 comments on commit 5e8a0b2

Please # to comment.