Skip to content

Commit 44246e4

Browse files
committed
uncomment dependencies for gcc-build-codecov in Ubuntu workflow
1 parent d747766 commit 44246e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ jobs:
359359
PPC_NUM_PROC: 1
360360
PPC_ASAN_RUN: 1
361361
gcc-build-codecov:
362-
# needs:
363-
# - gcc-test-extended
364-
# - clang-test-extended
362+
needs:
363+
- gcc-test-extended
364+
- clang-test-extended
365365
runs-on: ubuntu-24.04
366366
steps:
367367
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)