Fix linter

fix-squashed-planets
MrSimbax 2020-07-12 23:12:06 +02:00
parent c4037a885f
commit cc4cfd2122
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ jobs:
# Clean up
rm -r ./archive
- uses: actions/checkout@v2
- name: Checkout the Google Test submodule
run: git submodule update --init -- lib/googletest
- name: Create build directory
run: cmake -E make_directory build
- name: Run CMake