Skip to content

Commit

Permalink
build(ci): use checkout action for cloning spirv-samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Apr 4, 2023
1 parent 001b8e3 commit 631f7ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lazy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ jobs:
- uses: actions/checkout@v3

- name: Download shaders
run: git clone https://github.com/dneto0/spirv-samples.git
uses: actions/checkout@v3
with:
repository: dneto0/spirv-samples.git
path: spirv-samples

- uses: Swatinem/rust-cache@v2
shared-key: lazy-bin
Expand Down

0 comments on commit 631f7ac

Please sign in to comment.