Browse Source

attempt fix of workflow

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

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

@@ -12,6 +12,7 @@ jobs:
     steps:
       - uses: ashutoshvarma/action-cmake-build@master
         with:
+            default: ${{ github.workspace }}
           build-dir: ${{ runner.workspace }}/build
           # will set the CC & CXX for cmake
           cc: gcc