Skip to content

Commit

Permalink
Refs #21158: Remove CCache in Ubuntu nightly workflows
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Jun 20, 2024
1 parent b52ae00 commit a1a70f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nightly-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fastdds-branch: 'master'
security: ${{ matrix.security }}
run-tests: true
use-ccache: true
use-ccache: false

nightly-ubuntu-ci-2_14_x:
strategy:
Expand All @@ -42,7 +42,7 @@ jobs:
fastdds-branch: '2.14.x'
security: ${{ matrix.security }}
run-tests: true
use-ccache: true
use-ccache: false

nightly-ubuntu-ci-2_13_x:
strategy:
Expand All @@ -61,7 +61,7 @@ jobs:
fastdds-branch: '2.13.x'
security: ${{ matrix.security }}
run-tests: true
use-ccache: true
use-ccache: false

nightly-ubuntu-ci-2_10_x:
strategy:
Expand All @@ -80,7 +80,7 @@ jobs:
fastdds-branch: '2.10.x'
security: ${{ matrix.security }}
run-tests: true
use-ccache: true
use-ccache: false

nightly-ubuntu-ci-2_6_x:
strategy:
Expand All @@ -99,4 +99,4 @@ jobs:
fastdds-branch: '2.6.x'
security: ${{ matrix.security }}
run-tests: true
use-ccache: true
use-ccache: false

0 comments on commit a1a70f8

Please sign in to comment.