diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ca400c8..40cd440 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -99,7 +99,7 @@ jobs: architecture: x64 - name: Install protoc and libssl run: | - sudo apt-get install -y protobuf-compiler openssl libssl libssl-dev + sudo apt-get install -y protobuf-compiler openssl libssl-dev - name: Set PKG_CONFIG_PATH run: echo "PKG_CONFIG_PATH=/usr/lib/pkgconfig" >> $GITHUB_ENV - name: install cpanm and multiple modules