From b56c50f5149b9acc50c4538bbbd090ed782b3963 Mon Sep 17 00:00:00 2001 From: gentlyxu Date: Thu, 15 Dec 2022 15:33:21 +0800 Subject: [PATCH] test php --- .github/workflows/download-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/download-upstream.yml b/.github/workflows/download-upstream.yml index 662f677c..bd5dc4fc 100644 --- a/.github/workflows/download-upstream.yml +++ b/.github/workflows/download-upstream.yml @@ -19,7 +19,7 @@ jobs: run: | git config --global user.email "action@github.com" git config --global user.name "GitHub Action[bot]" - sudo update-alternatives --set php /usr/bin/php7.4 + # sudo update-alternatives --set php /usr/bin/php7.4 /bin/bash ./scripts/prepare-upstream.sh git add * git commit -am "download upstream."