Skip to content

Commit dd6081a

Browse files
committed
ci: add missing checkout step
1 parent b5f6fe8 commit dd6081a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ jobs:
156156
name: Prebuilt Packages
157157
runs-on: ubuntu-latest
158158
steps:
159+
- name: Checkout Repository
160+
uses: actions/checkout@v3
159161
- name: Install Rust
160162
uses: dtolnay/rust-toolchain@master
161163
with:

0 commit comments

Comments
 (0)