From 7ab255a6173c71925ef38893b58e51c7d21c502c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=BB=B6=E9=BE=99?= Date: Fri, 13 Mar 2020 11:58:59 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 686fa41..4906dbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,8 @@ jobs: - name: Setup java uses: actions/setup-java@v1 - with: - java-version: 8 + with: + java-version: 8 - name: Setup maven uses: aahmed-se/setup-maven@v3 @@ -43,8 +43,8 @@ jobs: maven-version: 3.6.1 - name: Setup GO uses: actions/setup-go@v2-beta - with: - go-version: '^1.13.1' + with: + go-version: '^1.13.1' - name: Install library run: sudo apt-get update && sudo apt-get install -y curl libcurl4-openssl-dev @@ -59,7 +59,7 @@ jobs: cd .. - name: Build SkyWalking-PHP agent - runs: | + run: | cd skywalking-php bash -c './build-sky-php-agent.sh' cd .. -- GitLab