Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use token for ccache action (#136)
Browse files Browse the repository at this point in the history
Signed-off-by: eduponz <[email protected]>
(cherry picked from commit cce555d)
EduPonz authored and mergify[bot] committed Jun 11, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
johanlundberg Johan Lundberg
1 parent 19fa235 commit aae0588
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -118,6 +118,7 @@ jobs:
uses: eProsima/eProsima-CI/external/setup-ccache-action@v0
with:
windows_compile_environment: msvc
api_token: ${{ secrets.GITHUB_TOKEN }}

- name: Build workspace
uses: eProsima/eProsima-CI/windows/colcon_build@v0
@@ -202,6 +203,8 @@ jobs:

- name: Setup ccache
uses: eProsima/eProsima-CI/external/setup-ccache-action@v0
with:
api_token: ${{ secrets.GITHUB_TOKEN }}

- name: Build workspace
uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0

0 comments on commit aae0588

Please sign in to comment.