From ccac17c7d64a1c3e247b126ee9f249ff0d6e8d52 Mon Sep 17 00:00:00 2001 From: Paramtamtam Date: Wed, 25 Dec 2019 20:53:43 +0500 Subject: Workflow updated --- .github/workflows/ci-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 0b37c0cf..df6ecc7b 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -17,6 +17,11 @@ jobs: env: GO111MODULE: on steps: + - name: Set up Go ${{ matrix.go }} + uses: actions/setup-go@v1 + with: + go-version: ${{ matrix.go }} + - name: Set up PHP ${{ matrix.php }} uses: shivammathur/setup-php@v1 with: @@ -24,11 +29,6 @@ jobs: extensions: dom coverage: xdebug - - name: Set up Go ${{ matrix.go }} - uses: actions/setup-go@v1 - with: - go-version: ${{ matrix.go }} - - name: Check out code uses: actions/checkout@v2 with: -- cgit v1.2.3