Skip to content

Commit 151f20d

Browse files
Add missing checkout to job
1 parent 6575057 commit 151f20d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
os: macos-latest
1616
fail-fast: false
1717
steps:
18+
- name: Checkout repository
19+
uses: actions/checkout@v2
1820
- name: Build
1921
run: cargo build
2022
shell: bash

0 commit comments

Comments
 (0)