Fix linter
parent
c4037a885f
commit
cc4cfd2122
|
@ -33,6 +33,8 @@ jobs:
|
||||||
# Clean up
|
# Clean up
|
||||||
rm -r ./archive
|
rm -r ./archive
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Checkout the Google Test submodule
|
||||||
|
run: git submodule update --init -- lib/googletest
|
||||||
- name: Create build directory
|
- name: Create build directory
|
||||||
run: cmake -E make_directory build
|
run: cmake -E make_directory build
|
||||||
- name: Run CMake
|
- name: Run CMake
|
||||||
|
|
Loading…
Reference in New Issue