Skip to content

Commit 18db6bb

Browse files
committed
Fix moving-gc-bump workflow
1 parent 6e25571 commit 18db6bb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/moving-gc-bump.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
shell-file: shell.nix
2121

22+
- name: Tidy up Go modules
23+
run: go mod tidy
24+
2225
- name: Bump go4.org/unsafe/assume-no-moving-gc
2326
run: |
2427
(
@@ -27,11 +30,6 @@ jobs:
2730
go mod tidy
2831
)
2932
30-
- name: Tidy up Go modules
31-
run: |
32-
go mod tidy
33-
go work sync
34-
3533
- name: Commit changes
3634
uses: stefanzweifel/git-auto-commit-action@v5
3735
with:

0 commit comments

Comments
 (0)