Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-13 19:29:40 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-13 19:29:40 +0300
commit32b9f5500f764149fe80fc059f3862de3ae5d73d (patch)
tree2250fd170e280303972fe57041619ebe581bd982 /.github
parent882d040eeaf036b0841b68d6ea93ac9d98a1f84a (diff)
Removed image processing optimization due to bad compatibility
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 778a6b0..74f002c 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -8,7 +8,7 @@ on:
workflow_dispatch:
jobs:
- build:
+ tests:
strategy:
matrix:
host: [windows-latest, ubuntu-latest, macos-latest]