updated workflow

old-with-submodules
Antonio De Lucreziis 2 years ago
parent 3beb947ffb
commit 4c4f522aa3

@ -11,7 +11,7 @@ jobs:
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Install PETSc, MPI, and OpenMPI - name: Install PETSc, MPI, and OpenMPI
run: | run: |
@ -32,7 +32,7 @@ jobs:
make make
- name: Archive Artifact - name: Archive Artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: main-binary name: main
path: bin/main path: bin/main

Loading…
Cancel
Save