Browse Source

Almost there

Matt Coburn 5 years ago
parent
commit
e801864f5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build_linux64.yml

+ 1 - 1
.github/workflows/build_linux64.yml

@@ -16,7 +16,7 @@ jobs:
         - name: Build with CMake
           uses: ashutoshvarma/action-cmake-build@master
           with:
-            source-dir: ${{ runner.workspace }}
+            # source-dir: ${{ runner.workspace }}
             build-dir: ${{ runner.workspace }}/build
             # will set the CC & CXX for cmake
             cc: gcc