Skip to content

Commit

Permalink
add cross section data caching (#2706)
Browse files Browse the repository at this point in the history
  • Loading branch information
johvincau committed Sep 27, 2023
1 parent 0c6da38 commit 972dd73
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ jobs:
echo "$HOME/NJOY2016/build" >> $GITHUB_PATH
$GITHUB_WORKSPACE/tools/ci/gha-install.sh
- name: cache-xs
uses: actions/cache@v3
with:
path: |
~/nndc_hdf5
~/endf-b-vii.1
key: ${{ runner.os }}-build-xs-cache

- name: before
shell: bash
run: $GITHUB_WORKSPACE/tools/ci/gha-before-script.sh
Expand Down

0 comments on commit 972dd73

Please sign in to comment.