Skip to content

Commit

Permalink
Remove exit 1 and add echo descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Apr 24, 2024
1 parent 48923e1 commit db88656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ jobs:
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- if: matrix.build-mode == 'manual'
run: |
echo 'Using manual build mode'
echo 'Manual build mode'
echo 'Configure environment variables for ROCm'
export ROCM_PATH=/opt/rocm
export CMAKE_PREFIX_PATH=/opt/rocm:/opt/rocm/bin:/opt/rocm/include:/opt/rocm/lib
echo 'Building library with install script'
./install --install
exit 1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit db88656

Please sign in to comment.