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.
1 parent 5a7b718 commit bd35305Copy full SHA for bd35305
1 file changed
.github/workflows/build_and_test.yml
@@ -115,6 +115,7 @@ jobs:
115
uses: eProsima/eProsima-CI/external/setup-ccache-action@v0
116
with:
117
windows_compile_environment: msvc
118
+ api_token: ${{ secrets.GITHUB_TOKEN }}
119
120
- name: Build workspace
121
uses: eProsima/eProsima-CI/windows/colcon_build@v0
@@ -198,6 +199,8 @@ jobs:
198
199
200
- name: Setup ccache
201
202
+ with:
203
204
205
206
uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0
0 commit comments