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 53c126f commit f262d45Copy full SHA for f262d45
.github/workflows/ci.yml
@@ -37,8 +37,6 @@ jobs:
37
image: ${{ matrix.config.compiler == 'clang' && 'teeks99/clang-ubuntu' || matrix.config.compiler }}:${{ matrix.config.version }}
38
name: "${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }})"
39
steps:
40
- - name: Install packages
41
- run: sudo apt install -y zip
42
- uses: actions/checkout@v3
43
- name: Setup
44
run: |
0 commit comments