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 19fa235 commit 5f55ac2Copy full SHA for 5f55ac2
.github/workflows/build_and_test.yml
@@ -118,6 +118,7 @@ jobs:
118
uses: eProsima/eProsima-CI/external/setup-ccache-action@v0
119
with:
120
windows_compile_environment: msvc
121
+ api_token: ${{ secrets.GITHUB_TOKEN }}
122
123
- name: Build workspace
124
uses: eProsima/eProsima-CI/windows/colcon_build@v0
@@ -202,6 +203,8 @@ jobs:
202
203
204
- name: Setup ccache
205
206
+ with:
207
208
209
210
uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0
0 commit comments