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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2022-09-29 15:03:29 +0300
committerWilliam Desportes <williamdes@wdes.fr>2022-09-29 15:03:29 +0300
commitbc9b43ebe021f22c9ced10ee8a9fca35ad68bb1d (patch)
treee9ec4691460ee9f28fbfa78918948dde380f7028 /.github
parent3d6a198598fe7f9504cf57e39c9423b045a5eaa7 (diff)
Remove non needed yarn install on build release step
modules are not needed to launch the create release script Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/other-tools.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/other-tools.yml b/.github/workflows/other-tools.yml
index 493fd35990..7b255f8393 100644
--- a/.github/workflows/other-tools.yml
+++ b/.github/workflows/other-tools.yml
@@ -70,9 +70,6 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- - name: Install modules
- run: yarn install --non-interactive
-
- name: Set up Python
uses: actions/setup-python@v2
with: