Skip to content

Commit

Permalink
change source directory to configure on in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-159 committed Jan 26, 2024
1 parent d785415 commit 6c4104d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cmake ../eigen-3.3.7
make -j4 && cd ..
- name: cmake
run: cd build && cmake -DEigen3_DIR=./eigen-build ../src
run: cd build && cmake -DEigen3_DIR=./eigen-build ..
- name: make
run: cd build && make -j8
- uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cmake ../eigen-3.3.7
make -j4 && cd ..
- name: cmake
run: cd build && cmake -DEigen3_DIR=./eigen-build ../src
run: cd build && cmake -DEigen3_DIR=./eigen-build ..
- name: make
run: cd build && make -j8
- name: Run-tests
Expand Down

0 comments on commit 6c4104d

Please sign in to comment.