[Test] Remove artifact uploading; focus on testing ccache
This commit is contained in:
parent
f417996b36
commit
88bf523bc8
|
@ -79,9 +79,3 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
# Execute the build. You can specify a specific target with "--target <NAME>"
|
# Execute the build. You can specify a specific target with "--target <NAME>"
|
||||||
run: cmake --build . --config $BUILD_TYPE
|
run: cmake --build . --config $BUILD_TYPE
|
||||||
|
|
||||||
- name: Upload
|
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
with:
|
|
||||||
path: ./${{ matrix.config.artifact }}
|
|
||||||
name: ${{ matrix.config.artifact }}
|
|
||||||
|
|
Loading…
Reference in New Issue