Skip to content

Commit

Permalink
ci(pick): fix build failure due to go mod not being updated (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlce authored Sep 1, 2023
1 parent 32d1af7 commit 3db6499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pick-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
run: |
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 ../..
cd dae-core && git reset --hard ${{ github.event.inputs.dae-core }} && cd .. && go mod tidy && cd ..
- name: Get the version
id: get_version
Expand Down

0 comments on commit 3db6499

Please sign in to comment.