Skip to content

Commit b4fe7f3

Browse files
committed
Try recover GitHub Actions
1 parent 8693f41 commit b4fe7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Check out code into the Go module directory"
1616
uses: actions/checkout@v4
1717
- name: "Make build"
18-
run: /bin/sh ./build-linux.sh
18+
run: /bin/sh ./scripts/make-build-linux-gnu.sh
1919
- name: "Upload pacakge"
2020
uses: actions/upload-artifact@v4
2121
with:

0 commit comments

Comments
 (0)