Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Aug 24, 2023
1 parent d6d3f22 commit 5db15ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- name: get
run: |
test -d src && go get ./src || go get .
test -d src && (cd src;go get) || go get
- name: build
run: |
test -d src && go build ./src || go build .
test -d src && (cd src;go build) || go build
- name: stats
run: |
Expand Down

0 comments on commit 5db15ca

Please sign in to comment.