Skip to content

Commit

Permalink
workflow: fix go mod init issue
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Jul 20, 2023
1 parent 8929379 commit 4bd7a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/greenboot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ jobs:
- name: Build osbuild-composer
if: ${{ needs.comment-info.outputs.osbuild-composer_branch != 'main' }} || ${{ needs.comment-info.outputs.images_branch != 'main' }}
run: |
go mod init
go mod edit -replace github.com/osbuild/images=../images
./tools/prepare-source.sh
Expand Down

0 comments on commit 4bd7a72

Please sign in to comment.