diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f90cbea..5e7bd98 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -71,17 +71,17 @@ jobs: -DCMAKE_CXX_COMPILER=mpicxx -DCMAKE_C_COMPILER=mpicc' - # - name: build redev - # uses: ./.github/actions/install-repo - # with: - # repo-name: 'redev' - # repo-path: 'SCOREC/redev' - # repo-ref: 'master' - # options: '-DCMAKE_BUILD_TYPE=Release - # -DCMAKE_CXX_COMPILER=mpicxx - # -DCMAKE_C_COMPILER=mpicc - # -DMPIEXEC_EXECUTABLE=`which srun` - # -Dperfstubs_DIR=${{ runner.temp }}/build-perfstubs - # -DADIOS2_ROOT=${{ runner.temp }}/build-ADIOS2/install' + - name: build redev + uses: ./.github/actions/install-repo + with: + repo-name: 'redev' + repo-path: 'SCOREC/redev' + repo-ref: 'main' + options: '-DCMAKE_BUILD_TYPE=Release + -DCMAKE_CXX_COMPILER=mpicxx + -DCMAKE_C_COMPILER=mpicc + -DMPIEXEC_EXECUTABLE=`which srun` + -Dperfstubs_DIR=${{ runner.temp }}/build-perfstubs + -DADIOS2_ROOT=${{ runner.temp }}/build-ADIOS2/install' \ No newline at end of file