Skip to content

Commit

Permalink
ci: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Sep 2, 2024
1 parent 73542cc commit 9b8faca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
repository: mozilla/neqo
path: .github/actions
sparse-checkout: |
.github/actions/rust
- run: find . -ls

- name: Install Rust
uses: ./.github/actions/rust
Expand Down

0 comments on commit 9b8faca

Please sign in to comment.