diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 083064b1..180fa297 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -141,11 +141,12 @@ jobs: steps: - uses: actions/checkout@v2 - id: setup-php-sdk - uses: php/setup-php-sdk@v0.8 + uses: php/setup-php-sdk@v0.10 with: version: ${{ matrix.php-versions }} arch: ${{ matrix.arch }} ts: ${{ matrix.ts }} + cache: true - uses: ilammy/msvc-dev-cmd@v1 with: arch: ${{ matrix.arch }} @@ -311,4 +312,4 @@ jobs: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28 go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2 # export PATH="$PATH:$(go env GOPATH)/bin" - cd collector-agent && go mod tidy && go test ./... -v \ No newline at end of file + cd collector-agent && go mod tidy && go test ./... -v