Skip to content

Commit 6b4ec76

Browse files
committed
Update workflows
1 parent e3f1177 commit 6b4ec76

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

.github/workflows/mingw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
test_libcxx20: 'On'
3232
no_exceptions_rtti: 'Off'
3333
extra_settings: 'Off'
34-
flags: '-std=c++26'
34+
flags: '-std=c++26 -Werror'
3535

3636
- arch: 'x64'
3737
build_type: 'Release'
@@ -96,7 +96,7 @@ jobs:
9696
# test_libcxx20: 'On'
9797
# no_exceptions_rtti: 'Off'
9898
# extra_settings: 'Off'
99-
# flags: '-std=c++26'
99+
# flags: '-std=c++26 -Werror'
100100

101101
- arch: 'x86'
102102
build_type: 'Release'

.github/workflows/perf_gcc.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ jobs:
1212
include:
1313

1414
- type: 'unordered_map'
15-
gcc_ver: '16'
15+
gcc_ver: '14'
1616

1717
- type: 'unordered_map_open'
18-
gcc_ver: '16'
18+
gcc_ver: '14'
1919

2020
- type: 'map'
21-
gcc_ver: '16'
21+
gcc_ver: '14'
2222

2323
- type: 'data_table_static'
24-
gcc_ver: '16'
24+
gcc_ver: '14'
2525

2626
# x64
2727
runs-on: ubuntu-24.04
@@ -60,12 +60,8 @@ jobs:
6060
uses: actions/checkout@v6
6161
with:
6262
path: 'momo_cur'
63-
- name: Setup GCC
64-
uses: egor-tensin/setup-gcc@v2
65-
with:
66-
version: ${{ matrix.gcc_ver }}
67-
# - name: Install GCC
68-
# run: sudo apt install g++-${{ matrix.gcc_ver }}
63+
- name: Install GCC
64+
run: sudo apt install g++-${{ matrix.gcc_ver }}
6965
- name: Build
7066
run: |
7167
mkdir build

0 commit comments

Comments
 (0)