Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Jul 30, 2024
1 parent a1b8835 commit 47fa34d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

- name: build
run: |
mkdir silo-main-build
mkdir build
ls
cd silo-main-build
../Silo/configure --prefix=`pwd`/myinstall
cd build
../configure --prefix=`pwd`/myinstall
make -j 8 install
make -j 8 check
h5cc --show

0 comments on commit 47fa34d

Please sign in to comment.