fixing CI
Test / build_and_test (push) Successful in 19s
Build / build (push) Successful in 29s

This commit is contained in:
2026-06-02 22:14:58 +02:00
parent 657bb38810
commit 191db8a8e4
-4
View File
@@ -29,9 +29,6 @@ jobs:
cache-all-crates: "true" cache-all-crates: "true"
cache-on-failure: "false" cache-on-failure: "false"
- name: Install cargo tools
uses: cargo-bins/cargo-binstall@main
- name: Install deqp-runner - name: Install deqp-runner
run: cargo install deqp-runner run: cargo install deqp-runner
@@ -55,7 +52,6 @@ jobs:
zip ./assets/results.zip ./cts/results.csv zip ./assets/results.zip ./cts/results.csv
- name: Deploying CTS results - name: Deploying CTS results
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: milanmk/actions-file-deployer@master uses: milanmk/actions-file-deployer@master
with: with:
remote-protocol: sftp remote-protocol: sftp