Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Chauphan <[email protected]>
  • Loading branch information
achauphan committed Sep 25, 2024
1 parent 7f11575 commit 5fb69be
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,19 @@ jobs:
query-filters:
- exclude:
tags: cpp/integer-multiplication-cast-to-long
- name: env
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
env
- name: module list
shell: bash -l
run: |
module list
printenv PATH
- if: matrix.build-mode == 'manual'
name: Configure Trilinos
name: Configure Trilinos
shell: bash -l
run: |
mkdir -p trilinos_build
cd trilinos_build
Expand Down

0 comments on commit 5fb69be

Please sign in to comment.