oops
Some checks failed
Some checks failed
This commit is contained in:
@@ -65,7 +65,7 @@ jobs:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: brutalisk
|
runs-on: brutalisk
|
||||||
environment:
|
env:
|
||||||
CC: 'clang'
|
CC: 'clang'
|
||||||
CXX: 'clang++'
|
CXX: 'clang++'
|
||||||
needs: build-oci-image
|
needs: build-oci-image
|
||||||
@@ -86,7 +86,7 @@ jobs:
|
|||||||
# when we have multiple build targets and configs. What we have currently is fine until we get lots of builds going
|
# when we have multiple build targets and configs. What we have currently is fine until we get lots of builds going
|
||||||
test:
|
test:
|
||||||
runs-on: brutalisk
|
runs-on: brutalisk
|
||||||
environment:
|
env:
|
||||||
CC: 'clang'
|
CC: 'clang'
|
||||||
CXX: 'clang++'
|
CXX: 'clang++'
|
||||||
needs: [build-oci-image, build]
|
needs: [build-oci-image, build]
|
||||||
|
|||||||
Reference in New Issue
Block a user