Skip to content

Commit

Permalink
latest Nunavut
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Nov 11, 2024
1 parent 0805fd7 commit 8293e77
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:

- name: get nunavut
run: >
pip install git+https://github.com/OpenCyphal/[email protected]
pip install git+https://github.com/OpenCyphal/nunavut.git@047deb4a1b6344d3a54e759449ef02b233c63b3d
- 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 +47,7 @@ jobs:

- name: get nunavut
run: >
pip install git+https://github.com/OpenCyphal/nunavut.git@3.0.preview
pip install git+https://github.com/OpenCyphal/nunavut.git@047deb4a1b6344d3a54e759449ef02b233c63b3d
- 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 +66,7 @@ jobs:

- name: get nunavut
run: >
pip install git+https://github.com/OpenCyphal/nunavut.git@3.0.preview
pip install git+https://github.com/OpenCyphal/nunavut.git@047deb4a1b6344d3a54e759449ef02b233c63b3d
- 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 +86,7 @@ jobs:

- name: get nunavut
run: >
pip install git+https://github.com/OpenCyphal/nunavut.git@3.0.preview
pip install git+https://github.com/OpenCyphal/nunavut.git@047deb4a1b6344d3a54e759449ef02b233c63b3d
- name: Configure CMake
run: cmake -B ${{github.workspace}}/udral_servo/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/udral_servo
Expand Down

0 comments on commit 8293e77

Please sign in to comment.