Skip to content

Commit 7dc156a

Browse files
committed
latest 3.0.preview Nunavut
1 parent 1e96de4 commit 7dc156a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2323
- name: get nunavut
2424
run: >
25-
pip install git+https://github.com/OpenCyphal/nunavut.git@sshirokov/issue_353_array_capacity
25+
pip install git+https://github.com/OpenCyphal/nunavut.git@3.0.preview
2626
- name: Install sonar-scanner and build-wrapper
2727
uses: SonarSource/sonarcloud-github-c-cpp@v2
2828
- name: Run tests

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: get nunavut
3131
# TODO: setup a venv, cache, and distribute to the other jobs.
3232
run: >
33-
pip install git+https://github.com/OpenCyphal/nunavut.git@sshirokov/issue_353_array_capacity
33+
pip install git+https://github.com/OpenCyphal/nunavut.git@3.0.preview
3434
- name: configure
3535
run: >
3636
./build-tools/bin/verify.py
@@ -70,7 +70,7 @@ jobs:
7070
key: ${{ runner.os }}-${{ hashFiles('cmake/modules/*.cmake') }}
7171
- name: get nunavut
7272
run: >
73-
pip install git+https://github.com/OpenCyphal/nunavut.git@sshirokov/issue_353_array_capacity
73+
pip install git+https://github.com/OpenCyphal/nunavut.git@3.0.preview
7474
- name: run tests
7575
env:
7676
GTEST_COLOR: yes
@@ -115,7 +115,7 @@ jobs:
115115
key: ${{ runner.os }}-${{ hashFiles('cmake/modules/*.cmake') }}
116116
- name: get nunavut
117117
run: >
118-
pip install git+https://github.com/OpenCyphal/nunavut.git@sshirokov/issue_353_array_capacity
118+
pip install git+https://github.com/OpenCyphal/nunavut.git@3.0.preview
119119
- name: doc-gen
120120
run: >
121121
./build-tools/bin/verify.py

0 commit comments

Comments
 (0)