[Test] Remove artifact uploading; focus on testing ccache

This commit is contained in:
tangxifan 2020-11-24 09:19:09 -07:00
parent f417996b36
commit 88bf523bc8
1 changed files with 0 additions and 6 deletions

View File

@ -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 }}