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 5460ce6 commit cce555dCopy full SHA for cce555d
1 file changed
.github/workflows/build_and_test.yml
@@ -117,6 +117,7 @@ jobs:
117
uses: eProsima/eProsima-CI/external/setup-ccache-action@v0
118
with:
119
windows_compile_environment: msvc
120
+ api_token: ${{ secrets.GITHUB_TOKEN }}
121
122
- name: Build workspace
123
uses: eProsima/eProsima-CI/windows/colcon_build@v0
@@ -200,6 +201,8 @@ jobs:
200
201
202
- name: Setup ccache
203
204
+ with:
205
206
207
208
uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0
0 commit comments