Skip to content

Commit 7f8eb8b

Browse files
committed
Another try
1 parent e794eb4 commit 7f8eb8b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15+
- name: update
16+
run: sudo apt install g++11 libstdc++11-dev
1517
- name: Install Conan
1618
id: conan
1719
uses: turtlebrowser/get-conan@main

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ INCL_PATH=$(abspath ./inc)
88
DOC_DIR=$(abspath ./docs/)
99

1010
CC=g++
11-
CXXARGS=-I$(abspath ./inc) -g -c -std=c++2a -MMD
11+
CXXARGS=-I$(abspath ./inc) -g -c -std=c++20 -MMD
1212
LDARGS=
1313

1414
all:

0 commit comments

Comments
 (0)