diff --git a/.github/workflows/Testing-2.yml b/.github/workflows/Testing-2.yml index 31ea87c..4a4b9f8 100644 --- a/.github/workflows/Testing-2.yml +++ b/.github/workflows/Testing-2.yml @@ -68,7 +68,7 @@ jobs: - name: Prepare the environment run: | - curl -L https://github.com/ghostrider-reborn/scripts/raw/master/script-name.sh | bash + git clone https://github.com/ghostrider-reborn/scripts.git && cd scripts && chmod a+x ubuntu-setup.sh && sudo ./ubuntu-setup.sh && cd .. - name: Install OpenJDK uses: actions/setup-java@v3.5.1