Skip to content

Commit

Permalink
Updating with new installation logic
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed May 22, 2024
1 parent 04ccd1b commit 7112e62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- uses: actions/checkout@v3
- name: run cmake
run: |
mkdir build
cd build
mkdir _build
cd _build
cmake ..
- name: build
run: |
cd build
cd _build
make
coek-build-and-test-with-tpls:
Expand All @@ -31,8 +31,8 @@ jobs:
- uses: actions/checkout@v3
- name: build tpls with Spack and then Coek
run: |
./build_dev.sh
./build.sh
- name: test
run: |
cd build
cd _build
make test

0 comments on commit 7112e62

Please sign in to comment.