Skip to content

Commit

Permalink
micro fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Nov 13, 2024
1 parent c682dee commit a8ee621
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: get nunavut
run: >
pip install git+https://github.com/OpenCyphal/nunavut.git@213315954e7a95b0d967a15926458f21adba2f61
pip install git+https://github.com/OpenCyphal/nunavut.git@3.0.preview
- name: Configure CMake
run: cmake -B ${{github.workspace}}/libcyphal_demo/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} ${{github.workspace}}/libcyphal_demo
Expand All @@ -48,7 +48,7 @@ jobs:

- name: get nunavut
run: >
pip install git+https://github.com/OpenCyphal/nunavut.git@213315954e7a95b0d967a15926458f21adba2f61
pip install git+https://github.com/OpenCyphal/nunavut.git@3.0.preview
- name: Configure CMake
run: cmake -B ${{github.workspace}}/libudpard_demo/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/libudpard_demo
Expand All @@ -67,7 +67,7 @@ jobs:

- name: get nunavut
run: >
pip install git+https://github.com/OpenCyphal/nunavut.git@213315954e7a95b0d967a15926458f21adba2f61
pip install git+https://github.com/OpenCyphal/nunavut.git@3.0.preview
- name: Configure CMake
run: cmake -B ${{github.workspace}}/differential_pressure_sensor/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/differential_pressure_sensor
Expand All @@ -87,7 +87,7 @@ jobs:

- name: get nunavut
run: >
pip install git+https://github.com/OpenCyphal/nunavut.git@213315954e7a95b0d967a15926458f21adba2f61
pip install git+https://github.com/OpenCyphal/nunavut.git@3.0.preview
- name: Configure CMake
run: cmake -B ${{github.workspace}}/udral_servo/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/udral_servo
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
[submodule "submodules/libcyphal"]
path = submodules/libcyphal
url = https://github.com/OpenCyphal-Garage/libcyphal.git
branch = sshirokov/type_name
branch = sshirokov/async_destroy

0 comments on commit a8ee621

Please sign in to comment.