mirror of
https://github.com/LIV2/a4091-software.git
synced 2025-12-06 06:22:44 +00:00
Fix cross compiler path for coverity
This commit is contained in:
parent
3517106fce
commit
75749a3942
2
.github/workflows/coverity.yml
vendored
2
.github/workflows/coverity.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
submodules: true
|
||||
- uses: reinauer/coverity-scan-action@v1
|
||||
with:
|
||||
configure: --gcc /opt/amiga/m68k-amigaos-gcc
|
||||
configure: --gcc /opt/amiga/bin/m68k-amigaos-gcc
|
||||
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
|
||||
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user