We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf4f66 commit 53c126fCopy full SHA for 53c126f
.github/workflows/ci.yml
@@ -37,6 +37,8 @@ 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