Skip to content

Commit

Permalink
Fix 890c1dd: Don't try to invoke the old Python script for deps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spnda committed Aug 20, 2024
1 parent 4647c1d commit c2a5de6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Download dependencies
run: python3 fetch_test_deps.py

- name: Configure CMake
run: cmake -A ${{ matrix.arch }} -DCMAKE_CROSSCOMPILING=1 -B ${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DFASTGLTF_ENABLE_TESTS=ON

Expand All @@ -44,9 +41,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Download dependencies
run: python3 fetch_test_deps.py

- name: Configure CMake
run: cmake -A ${{ matrix.arch }} -DCMAKE_CROSSCOMPILING=1 -B ${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DFASTGLTF_ENABLE_TESTS=ON -DFASTGLTF_ENABLE_DEPRECATED_EXT=ON

Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/ci_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
path: ${{ github.workspace }}/${{ env.SAMPLE_MODELS_LOCATION }}
key: gltf-sample-models

- name: Download dependencies
run: python3 fetch_test_deps.py

- name: Clone glTF-Sample-Models
if: steps.sample-models-cache.outputs.cache-hit != 'true'
run: git clone https://github.com/KhronosGroup/glTF-Sample-Models ${{ github.workspace }}/${{ env.SAMPLE_MODELS_LOCATION }}
Expand All @@ -59,9 +56,6 @@ jobs:
path: ${{ github.workspace }}/${{ env.SAMPLE_MODELS_LOCATION }}
key: gltf-sample-models

- name: Download dependencies
run: python3 fetch_test_deps.py

- name: Clone glTF-Sample-Models
if: steps.sample-models-cache.outputs.cache-hit != 'true'
run: git clone https://github.com/KhronosGroup/glTF-Sample-Models ${{ github.workspace }}/${{ env.SAMPLE_MODELS_LOCATION }}
Expand Down Expand Up @@ -110,9 +104,6 @@ jobs:
path: ${{ github.workspace }}/${{ env.SAMPLE_MODELS_LOCATION }}
key: gltf-sample-models

- name: Download dependencies
run: python3 fetch_test_deps.py

- name: Clone glTF-Sample-Models
if: steps.sample-models-cache.outputs.cache-hit != 'true'
run: git clone https://github.com/KhronosGroup/glTF-Sample-Models ${{ github.workspace }}/${{ env.SAMPLE_MODELS_LOCATION }}
Expand Down Expand Up @@ -152,9 +143,6 @@ jobs:
path: ${{ github.workspace }}/${{ env.SAMPLE_MODELS_LOCATION }}
key: gltf-sample-models

- name: Download dependencies
run: python3 fetch_test_deps.py

- name: Clone glTF-Sample-Models
if: steps.sample-models-cache.outputs.cache-hit != 'true'
run: git clone https://github.com/KhronosGroup/glTF-Sample-Models ${{ github.workspace }}/${{ env.SAMPLE_MODELS_LOCATION }}
Expand Down

0 comments on commit c2a5de6

Please sign in to comment.