Skip to content

Commit 89e32d2

Browse files
committed
setup cc
1 parent 2e5ff61 commit 89e32d2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/data_generation_run.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ jobs:
101101
toolchain: 1.91
102102
cache: false
103103

104+
- name: Setup CC
105+
if: steps.cache-data-generation.outputs.cache-hit != 'true'
106+
uses: ./.github/actions/setup-cc
107+
104108
- name: Build data-generation
105109
if: steps.cache-data-generation.outputs.cache-hit != 'true'
106110
run: |

0 commit comments

Comments
 (0)