We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2175c0 commit 09aadfbCopy full SHA for 09aadfb
.github/workflows/builds.yml
@@ -74,6 +74,8 @@ jobs:
74
env:
75
SCONS_CACHE: ${{ github.workspace }}/.scons-cache/
76
run: |
77
+ sudo apt update
78
+ sudo apt install --reinstall g++
79
sudo apt-get install tree
80
pwd
81
tree /usr/include/c++
0 commit comments