Skip to content

Commit

Permalink
Update CI_update
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 11, 2024
1 parent 156cddd commit a229d3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ jobs:
- name: Update BLAS
run: |
git submodule update --recursive --remote
git add .
git diff-index --quiet HEAD || git commit -m "Update BLAS"
git add src && git commit -m "Update BLAS"
git push origin main

0 comments on commit a229d3f

Please sign in to comment.