Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
achauphan authored Oct 28, 2024
1 parent 2d79167 commit 6082b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- if: matrix.build-mode == 'manual'
name: Generate CMake fragment for changed packages
run: |
bash -lc "${GITHUB_WORKSPACE}/commonTools/framework/get-cchanged-trilinos-packages.sh origin/${{ github.base.ref }} HEAD package_enables.cmake package_subprojects.cmake"
bash -lc "${GITHUB_WORKSPACE}/commonTools/framework/get-changed-trilinos-packages.sh origin/${GITHUB_BASE_REF} HEAD package_enables.cmake package_subprojects.cmake"
- if: matrix.build-mode == 'manual'
name: Configure and Build Trilinos
shell: bash -lc {0}
Expand Down

0 comments on commit 6082b84

Please sign in to comment.