Skip to content

Commit

Permalink
.github: drop rsrr from coverity scan workflow
Browse files Browse the repository at this point in the history
RSRR support has been removed in this release.

Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Nov 3, 2021
1 parent 5d0e2b9 commit b860a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Configure
run: |
./autogen.sh
./configure --prefix= --enable-rsrr
./configure --prefix=
- name: Build
run: |
export PATH=`pwd`/coverity/bin:$PATH
Expand Down

0 comments on commit b860a31

Please sign in to comment.