Skip to content
Snippets Groups Projects
Unverified Commit 6ee93495 authored by slaizet's avatar slaizet Committed by GitHub
Browse files

Update Build.yml

parent 34d42e21
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# We don't want to build openmpi each time this workflow is
# run. Setup caching of OpenMPI after it is built and installed.
......@@ -28,7 +28,7 @@ jobs:
# actions docs.
- name: Cache OpenMPI
id: cache-openmpi
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: openmpi-4.1.4/installed
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