Skip to content

Commit 6c63eef

Browse files
committed
Fix build CI
1 parent ef149ba commit 6c63eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- uses: actions/checkout@v4
1213
- name: Build binary
13-
uses: actions/checkout@v4
1414
run: make
1515

1616
- name: Upload binary to artifacts

0 commit comments

Comments
 (0)