Skip to content

Commit

Permalink
remove libjpeg-turbo plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3rfan committed Aug 27, 2024
1 parent 33b66e1 commit 2ee8833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Download the dependencies (plugins)
if: steps.plugincache.outputs.cache-hit != 'true'
env:
PLUG_IN_LIST: "monitor control-flow libjpeg-turbo"
PLUG_IN_LIST: "monitor control-flow"
NIGHTLY_MASTER_VERSION: ${{ vars.NIGHTLY_MASTER_VERSION }}
NIGHTLY_STABLE_VERSION: ${{ vars.NIGHTLY_STABLE_VERSION }}
NIGHTLY_MAINT_VERSION: ${{ vars.NIGHTLY_MAINT_VERSION }}
Expand Down Expand Up @@ -114,4 +114,4 @@ jobs:
timeout-minutes: 10
steps:
- name: Run the tests
run: docker run --rm -i "${DOCKER_REPO}:$GITHUB_REF_NAME" /docker/tests/run_tests.sh
run: docker run --rm -i "${DOCKER_REPO}:$GITHUB_REF_NAME" /docker/tests/run_tests.sh

0 comments on commit 2ee8833

Please sign in to comment.