mirror of
https://github.com/red0124/ssp.git
synced 2025-12-15 14:19:56 +01:00
[skip ci] Add single-header.yml
This commit is contained in:
3
.github/workflows/ubuntu-latest-gcc.yml
vendored
3
.github/workflows/ubuntu-latest-gcc.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
version: ['latest', '13', '12', '11', '10', '9', '8']
|
||||
version: ['latest', '12', '11', '10', '9', '8']
|
||||
type: [Release, Debug]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
@@ -32,7 +32,6 @@ jobs:
|
||||
|
||||
container:
|
||||
image: gcc:${{matrix.version}}
|
||||
|
||||
options: -v /usr/local:/host_usr_local
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user