diff --git a/.github/workflows/build-github-actions.yml b/.github/workflows/build-github-actions.yml index c5878a65ce..9815655580 100644 --- a/.github/workflows/build-github-actions.yml +++ b/.github/workflows/build-github-actions.yml @@ -67,7 +67,8 @@ jobs: - run: sudo apt install libssl-dev - run: sudo apt-get install build-essential - run: sudo apt-get install librust-openssl-dev - - run: sudo apt-get install pgk-config + - run: sudo apt update + - run: sudo apt install pgk-config - name: Build wheels uses: PyO3/maturin-action@v1 with: