CI spuriously fails on cxx_runnable tests with g++:
```
Run # Workaround bug in Github actions
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
Warning: apt-key output should not be parsed (stdout is not a terminal)
gpg: no valid OpenPGP data found.
Error: Process completed with exit code 2.
```
@maxhaton updated dlang/dmd pull request #15184 "Try to fix g++ failures phrasing command differently" fixing this issue:
- Fix Issue 23885 - Rearranging the commands makes the crypto operations not fail
https://github.com/dlang/dmd/pull/15184
Comment #3 by dlang-bot — 2023-05-04T22:40:21Z
dlang/dmd pull request #15184 "Try to fix g++ failures phrasing command differently" was merged into master:
- fec767a55238c51f841961687f7beeb80f0fe4d0 by mhh:
Fix Issue 23885 - Rearranging the commands makes the crypto operations not fail
https://github.com/dlang/dmd/pull/15184
Comment #4 by dlang-bot — 2023-05-09T13:14:09Z
dlang/dmd pull request #15210 "[Stable] Try to fix g++ failures phrasing command differently" was merged into stable:
- 0836e7cd4612b8c99fe30be304e1bfa680ced73e by mhh:
Fix Issue 23885 - Rearranging the commands makes the crypto operations not fail
https://github.com/dlang/dmd/pull/15210
Comment #5 by dlang-bot — 2023-05-16T12:28:59Z
dlang/dmd pull request #15238 "merge stable" was merged into master:
- 30bc65203c12536bceab4a361dae4aa2e81a104f by Dennis:
Fix Issue 23885 - Rearranging the commands makes the crypto operations not fail (#15210)
Co-authored-by: mhh <[email protected]>
https://github.com/dlang/dmd/pull/15238