Skip to content

Commit

Permalink
Update coverity workflow
Browse files Browse the repository at this point in the history
- configure cross compiler
- checkout submodules
  • Loading branch information
reinauer committed Nov 18, 2023
1 parent c8dcbe9 commit 102a246
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
container: stefanreinauer/amiga-gcc
steps:
- uses: actions/checkout@v3
- uses: vapier/coverity-scan-action@v1
with:
submodules: true
- uses: reinauer/coverity-scan-action@v1
with:
configure: --gcc /opt/amiga/m68k-amigaos-gcc
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}

0 comments on commit 102a246

Please sign in to comment.