Skip to content

Commit

Permalink
Negative understanding of the errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamOS committed Dec 11, 2023
1 parent 65cef6a commit 0625aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install edep-sim
run: git clone https://github.com/ClarkMcGrew/edep-sim
- name: Install edep-sim2
run: cd edep-sim; mkdir -p build; cd build; ls ../../; cmake ../ -LAH -DVDT_LIBRARY=$LIAM/root/lib/libvdt.so -DVDT_INCLUDE_DIR=$LIAM/root/include/vdt -DCMAKE_MODULE_PATH=$PWD/../../root/cmake -DROOT_DIR=$PWD/../../root/cmake
run: cd edep-sim; mkdir -p build; cd build; ls ../../; cmake ../ -LAH -DVDT_LIBRARY=$LIAM/root/lib/libvdt.so -DVDT_INCLUDE_DIR=$LIAM/root/include/vdt -DCMAKE_MODULE_PATH=$LIAM/root/cmake -DROOT_DIR=$LIAM/root/
- name: Install edep-sim3
run: make; cd ../..
- name: Clone TOML
Expand Down

0 comments on commit 0625aac

Please sign in to comment.