There was an error while loading. Please reload this page.
1 parent 532f30d commit 1636e46Copy full SHA for 1636e46
3 files changed
.github/workflows/lib_build.yml
@@ -36,6 +36,7 @@ jobs:
36
- uses: actions/checkout@master
37
with:
38
fetch-depth: 0
39
+ allow-unsafe-pr-checkout: true
40
41
- name: Setup Go environment
42
uses: actions/setup-go@master
.github/workflows/lib_lint.yml
ref: ${{ inputs.ref }}
fetch-depth: ${{ inputs.fetch-depth }}
submodules: ${{ inputs.submodules }}
- name: Prepare Necessary Runtime Files
run: |
.github/workflows/lib_run.yml
@@ -38,6 +38,7 @@ jobs:
43
- name: Prepare and Build
44
shell: bash
0 commit comments