Skip to content

Commit f6cc698

Browse files
committed
actions: add dependency
1 parent 579e07c commit f6cc698

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323

2424

2525
build-old-win:
26+
needs: validate-repo
2627
runs-on: windows-2025
2728

2829
steps:
@@ -40,6 +41,7 @@ jobs:
4041

4142

4243
build-linux:
44+
needs: validate-repo
4345
runs-on: ubuntu-latest
4446
strategy:
4547
matrix:
@@ -57,6 +59,7 @@ jobs:
5759
run: ./out/spider
5860

5961
build-win:
62+
needs: validate-repo
6063
runs-on: windows-2025
6164
steps:
6265
- name: Add msbuild to PATH
@@ -72,8 +75,8 @@ jobs:
7275
run: Release\spider.exe
7376

7477
build-mac:
75-
7678
if: false
79+
needs: validate-repo
7780
runs-on: macos-13
7881

7982
steps:

0 commit comments

Comments
 (0)