Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Labfox authored Aug 13, 2024
1 parent 68592cc commit bb3ed72
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ jobs:
with:
go-version: '1.21'

- name: Get first modifications
run: |
git fetch
git rebase --continue
- name: Build
env:
CGO_ENABLED: 1
Expand All @@ -92,5 +88,5 @@ jobs:
git add *
git commit -am "New build"
git fetch
git rebase --continue
git rebase
git push -f

0 comments on commit bb3ed72

Please sign in to comment.