We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20dbb1f commit 9dda1beCopy full SHA for 9dda1be
.github/workflows/verify.yml
@@ -25,6 +25,8 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@v4
28
+ with:
29
+ submodules: recursive
30
31
- name: Set up competitive-verifier
32
uses: adamant-pwn/actions/setup@patch-1
@@ -78,6 +80,7 @@ jobs:
78
80
79
81
with:
82
fetch-depth: 2147483647
83
84
85
- name: Restore cached results
86
if: ${{ ! inputs.ignore_prev_result }}
@@ -126,6 +129,7 @@ jobs:
126
129
127
130
128
131
132
133
134
- name: Download verify_files.json and all artifacts
135
id: all-artifacts
0 commit comments