Skip to content

Commit f262d45

Browse files
committed
Try #4 for vcpkg w/github actions
1 parent 53c126f commit f262d45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
image: ${{ matrix.config.compiler == 'clang' && 'teeks99/clang-ubuntu' || matrix.config.compiler }}:${{ matrix.config.version }}
3838
name: "${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }})"
3939
steps:
40-
- name: Install packages
41-
run: sudo apt install -y zip
4240
- uses: actions/checkout@v3
4341
- name: Setup
4442
run: |

0 commit comments

Comments
 (0)