mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
Fix Issue 23885 - Rearranging the commands makes the crypto operations not fail
This commit is contained in:
parent
44f36f47a6
commit
4b61613b4b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/runnable_cxx.yml
vendored
4
.github/workflows/runnable_cxx.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue