Fix Issue 23885 - Rearranging the commands makes the crypto operations not fail

This commit is contained in:
mhh 2023-05-04 21:01:07 +01:00 committed by Nicholas Wilson
parent 44f36f47a6
commit 4b61613b4b

View file

@ -251,9 +251,11 @@ jobs:
if: matrix.compiler == 'g++'
run: |
# Workaround bug in Github actions
curl https://cli-assets.heroku.com/apt/release.key | sudo apt-key add -
wget https://cli-assets.heroku.com/apt/release.key
sudo apt-key add release.key
# Make sure we have the essentials
sudo apt-get update
sudo apt-get install ca-certificates
sudo apt-get install build-essential software-properties-common -y
# This ppa provides multiple versions of g++
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y