We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22485ea + e0f6e4b commit df9711cCopy full SHA for df9711c
.github/workflows/ci-coverage-build.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
coverage:
12
name: coverage build
13
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
14
strategy:
15
fail-fast: false
16
env:
@@ -29,7 +29,7 @@ jobs:
29
picknik_reset_fault_controller
30
31
vcs-repo-file-url: |
32
- https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/picknik_controllers-not-released.${{ env.ROS_DISTRO }}.repos?token=${{ secrets.GITHUB_TOKEN }}
+ https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/picknik_controllers-not-released.${{ env.ROS_DISTRO }}.repos
33
colcon-defaults: |
34
{
35
"build": {
0 commit comments