Skip to content

Commit 9cec493

Browse files
committed
Split pre build job
1 parent 6c26897 commit 9cec493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BuildPR.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Show openssl version
2929
run: |
3030
openssl version
31-
- name: pre build
32-
run: script/bootstrap && script/update_libgit2
31+
- run: script/bootstrap
32+
- run: script/update_libgit2
3333
- name: Show openssl version
3434
run: |
3535
openssl version

0 commit comments

Comments
 (0)