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 07eb799 commit dfb9775Copy full SHA for dfb9775
.github/workflows/CI.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Install Dependencies
53
run: |
54
sudo apt-get update
55
- sudo apt-get install -y g++-8-multilib
+ sudo apt-get install -y g++-10-multilib
56
57
- name: Build
58
smsm/Makefile
@@ -1,7 +1,7 @@
1
.PHONY: all clean cvars
2
.FORCE:
3
4
-CXX=g++-8
+CXX=g++-10
5
SDIR=src
6
ODIR=obj
7
0 commit comments