Skip to content

Commit

Permalink
actions change
Browse files Browse the repository at this point in the history
  • Loading branch information
taherkl committed Jan 7, 2025
1 parent ef5ae8d commit 7076172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
run: |
cd cicd/
for CMD in $(ls cmd); do
go build ./cmd/$CMD
go build -buildvcs=false ./cmd/$CMD
done
cd ..
- name: Setup Java
Expand Down

0 comments on commit 7076172

Please sign in to comment.