Skip to content

Commit

Permalink
Merge pull request #152 from lexaknyazev/update-validator
Browse files Browse the repository at this point in the history
Update validator
  • Loading branch information
emackey authored Oct 22, 2024
2 parents 6f5b2f5 + 2f11cc1 commit 50d6627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: glTF Validation

on: [push, pull_request]
on: [pull_request]

env:
CI: true
LINK: "https://github.com/KhronosGroup/glTF-Validator/releases/download/2.0.0-dev.3.8/gltf_validator-2.0.0-dev.3.8-linux64.tar.xz"
LINK: "https://github.com/KhronosGroup/glTF-Validator/releases/download/2.0.0-dev.3.10/gltf_validator-2.0.0-dev.3.10-linux64.tar.xz"

jobs:
build:
Expand Down

0 comments on commit 50d6627

Please sign in to comment.