Skip to content

Commit 784e9e4

Browse files
committed
remove libjpeg-turbo plugin
#155
1 parent 37b14e2 commit 784e9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Download the dependencies (plugins)
4444
if: steps.plugincache.outputs.cache-hit != 'true'
4545
env:
46-
PLUG_IN_LIST: "monitor control-flow libjpeg-turbo"
46+
PLUG_IN_LIST: "monitor control-flow"
4747
NIGHTLY_MASTER_VERSION: ${{ vars.NIGHTLY_MASTER_VERSION }}
4848
NIGHTLY_STABLE_VERSION: ${{ vars.NIGHTLY_STABLE_VERSION }}
4949
NIGHTLY_MAINT_VERSION: ${{ vars.NIGHTLY_MAINT_VERSION }}
@@ -114,4 +114,4 @@ jobs:
114114
timeout-minutes: 10
115115
steps:
116116
- name: Run the tests
117-
run: docker run --rm -i "${DOCKER_REPO}:$GITHUB_REF_NAME" /docker/tests/run_tests.sh
117+
run: docker run --rm -i "${DOCKER_REPO}:$GITHUB_REF_NAME" /docker/tests/run_tests.sh

0 commit comments

Comments
 (0)