File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ jobs:
5353 uses : actions/checkout@v4
5454 with :
5555 submodules : true
56- path : ./MyProject/fprime
56+ path : ./MyProject/lib/ fprime
5757 fetch-depth : 0
5858
5959 - name : " Update dependencies and install fprime-tools@devel"
6060 run : |
6161 cd MyProject
6262 . fprime-venv/bin/activate
63- pip install -U -r ./fprime/requirements.txt
63+ pip install -U -r ./lib/ fprime/requirements.txt
6464 pip install git+https://github.com/nasa/fprime-tools@devel
6565
6666 - name : " Version Check"
@@ -80,14 +80,14 @@ jobs:
8080 run : |
8181 cd MyProject
8282 . fprime-venv/bin/activate
83- expect ./fprime/.github/actions/cookiecutter-check/deployment.expect
83+ expect ./lib/ fprime/.github/actions/cookiecutter-check/deployment.expect
8484 cd MyDeployment
8585 fprime-util build -j4
8686
8787 - name : " Test New Component and Build"
8888 run : |
8989 cd MyProject
9090 . fprime-venv/bin/activate
91- expect ./fprime/.github/actions/cookiecutter-check/component.expect
91+ expect ./lib/ fprime/.github/actions/cookiecutter-check/component.expect
9292 cd MyComponent
9393 fprime-util build -j4
You can’t perform that action at this time.
0 commit comments