Skip to content
Snippets Groups Projects
Unverified Commit 85c5683f authored by cflag's avatar cflag
Browse files

Update ctest to generate TGV data

parent 31e37ad5
No related branches found
No related tags found
No related merge requests found
...@@ -8,14 +8,14 @@ jobs: ...@@ -8,14 +8,14 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
# We don't want to build openmpi each time this workflow is # We don't want to build openmpi each time this workflow is
# run. Setup caching of OpenMPI after it is built and installed. # run. Setup caching of OpenMPI after it is built and installed.
# See "Caching dependencies to speed up workflows" on the GH # See "Caching dependencies to speed up workflows" on the GH
# actions docs. # actions docs.
- name: Cache OpenMPI - name: Cache OpenMPI
id: cache-openmpi id: cache-openmpi
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: openmpi-4.1.4/installed path: openmpi-4.1.4/installed
key: openmpi-4.1.4 key: openmpi-4.1.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment