Skip to content

Commit

Permalink
Test with Alex's llvm-ized sp (revert this commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Aug 9, 2023
1 parent 309c68c commit df86262
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
uses: actions/cache@v2
with:
path: ~/sp
key: sp-${{ runner.os }}-Intel-${{ matrix.openmp }}-2.3.3-1
key: sp-${{ runner.os }}-Intel-${{ matrix.openmp }}-test

- name: checkout-sp
if: steps.cache-sp.outputs.cache-hit != 'true'
uses: actions/checkout@v2
with:
repository: NOAA-EMC/NCEPLIBS-sp
repository: AlexanderRichert-NOAA/NCEPLIBS-sp
path: sp
ref: v2.3.3
ref: add_intel_llvm

- name: build-sp
if: steps.cache-sp.outputs.cache-hit != 'true'
Expand Down

0 comments on commit df86262

Please sign in to comment.