mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
Update ci workflows
This commit is contained in:
parent
f106889ada
commit
535138d9b8
4
.github/workflows/ubuntu-latest-clang.yml
vendored
4
.github/workflows/ubuntu-latest-clang.yml
vendored
@ -23,8 +23,10 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
# cmake clang12 is not able to compile a simple test program.
|
||||||
|
# /usr/bin/ld: cannot find -lunwind
|
||||||
version:
|
version:
|
||||||
['latest', '16', '15', '14', '13', '12', '11', '10', '9', '8', '7']
|
['latest', '16', '15', '14', '13', '11', '10', '9', '8', '7']
|
||||||
type: [Release, Debug]
|
type: [Release, Debug]
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user