Skip to content

Commit 81614e7

Browse files
committed
Implement build pipeline
1 parent 4b8a8d1 commit 81614e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/BuildLibrary.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
runs-on: ubuntu-latest
3535

3636
steps:
37-
- uses: actions/checkout@v2
37+
- name: Checkout code
38+
uses: actions/checkout@v3
3839

3940
- name: Zip Libraries
4041
run: |

0 commit comments

Comments
 (0)