diff options
author | Paramtamtam <[email protected]> | 2019-12-25 20:53:43 +0500 |
---|---|---|
committer | Paramtamtam <[email protected]> | 2019-12-25 20:53:43 +0500 |
commit | ccac17c7d64a1c3e247b126ee9f249ff0d6e8d52 (patch) | |
tree | 595f9d41dec170f0a6a43cacb5e16b15611474b3 /.github | |
parent | fe1b5e3b3d6e601d5dc2c98cd7c9e3265bff739d (diff) |
Workflow updated
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-build.yml | 10 |
1 files changed, 5 insertions, 5 deletions
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: |