From 81423e88b7f2b220cb5b5f6596fb5b6069204829 Mon Sep 17 00:00:00 2001 From: David Harvey-Macaulay Date: Tue, 23 Apr 2024 11:25:26 +0100 Subject: [PATCH] Update CI --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ddc8ee61..2e831b65 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,11 +14,11 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Checkout glTF Sample Models + - name: Checkout glTF Sample Assets uses: actions/checkout@v2 with: - repository: KhronosGroup/glTF-Sample-Models - path: glTF-Sample-Models + repository: KhronosGroup/glTF-Sample-Assets + path: glTF-Sample-Assets - name: Tests run: cargo test --all --all-features --release