Skip to content

Commit

Permalink
CI: Remove protobuf workaround for openSUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed May 12, 2024
1 parent 315cf63 commit 2d34cbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
container:
image: opensuse/${{matrix.opensuse_version}}
steps:
- name: Add devel tools building repo
if: matrix.opensuse_version != 'tumbleweed'
run: zypper -n ar -c -f -n 'devel-tools-building' https://download.opensuse.org/repositories/devel:tools:building/$(echo "${{matrix.opensuse_version}}" | cut -d ':' -f 2)/ devel-tools-building
- name: Add tagparser repo
if: matrix.opensuse_version == 'tumbleweed'
run: zypper -n ar -c -f -n 'repo-tagparser' https://download.opensuse.org/repositories/home:/mkittler/openSUSE_Tumbleweed/ repo-tagparser
Expand Down

0 comments on commit 2d34cbd

Please sign in to comment.