Skip to content

Commit

Permalink
ci(pick): fix build error when daed is not main (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlce authored Aug 11, 2023
1 parent 5c695d0 commit 812293b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pick-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ jobs:

- name: Pick wing and dae-core
run: |
echo "y" | ./hack/checkout.sh core ${{ github.event.inputs.dae-core }} wing ${{ github.event.inputs.wing }}
git submodule update --init --recursive
cd wing && git reset --hard ${{ github.event.inputs.wing }} && go mod download -modcacherw
cd dae-core && git reset --hard ${{ github.event.inputs.dae-core }} && cd ../..
- name: Get the version
id: get_version
Expand Down

0 comments on commit 812293b

Please sign in to comment.