Skip to content

Commit

Permalink
Update ctest to generate TGV data
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrack committed Jan 14, 2025
1 parent 31e37ad commit 85c5683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_reference_test_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# We don't want to build openmpi each time this workflow is
# run. Setup caching of OpenMPI after it is built and installed.
# See "Caching dependencies to speed up workflows" on the GH
# actions docs.
- name: Cache OpenMPI
id: cache-openmpi
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: openmpi-4.1.4/installed
key: openmpi-4.1.4
Expand Down

0 comments on commit 85c5683

Please sign in to comment.