Skip to content

Commit

Permalink
Update pick-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mzz2017 authored Jun 16, 2024
1 parent 96f2be4 commit a7de4ef
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 @@ -169,7 +169,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 .. && go mod tidy && cd ..
cd dae-core && git remote set-url origin ${{ github.event.inputs.dae-core-remote }} && git fetch origin && 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 a7de4ef

Please sign in to comment.