From 631f7ac0d1839b5199a267fd2b3dc55896899bd8 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Tue, 4 Apr 2023 14:55:19 -0400 Subject: [PATCH] build(ci): use `checkout` action for cloning `spirv-samples` --- .github/workflows/lazy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lazy.yml b/.github/workflows/lazy.yml index 252b27d090..ac7f72c525 100644 --- a/.github/workflows/lazy.yml +++ b/.github/workflows/lazy.yml @@ -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