diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 191d64dcd..76a43e2bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,8 @@ jobs: # You can test your matrix by printing the current Go version - name: Display Go version run: go version + - name: Download Go modules + run: go mod download - name: Proto Dependencies run: | # Install protoc @@ -111,6 +113,8 @@ jobs: # You can test your matrix by printing the current Go version - name: Display Go version run: go version + - name: Download Go modules + run: go mod download - name: Dependencies run: | brew install protobuf grpc make protoc-gen-go protoc-gen-go-grpc libomp llvm opus ffmpeg