mirror of
https://github.com/LIV2/a4091-software.git
synced 2025-12-06 06:22:44 +00:00
Update coverity workflow
- configure cross compiler - checkout submodules
This commit is contained in:
parent
c8dcbe91a6
commit
102a24685c
5
.github/workflows/coverity.yml
vendored
5
.github/workflows/coverity.yml
vendored
@ -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 }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user