diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7a4225..27ac618 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,7 @@ jobs: - name: Build run: | ./scripts/install-ubuntu.sh + gpclient --version snapshot-archive-all: if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/develop' }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d10a034..179d7e3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-18.04, ubuntu-20.04] - + runs-on: ${{ matrix.os }} steps: @@ -28,4 +28,5 @@ jobs: - name: Build run: | - ./scripts/install-ubuntu.sh \ No newline at end of file + ./scripts/install-ubuntu.sh + gpclient --version