From 6dfbaf983d6bf36639345e95a0d889091692ce37 Mon Sep 17 00:00:00 2001 From: Eric Kilmer Date: Sat, 20 Feb 2021 13:45:53 -0500 Subject: [PATCH] Add rpm dependency needed by downstream (#734) --- .github/workflows/vcpkg_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vcpkg_ci.yml b/.github/workflows/vcpkg_ci.yml index 739e1c010..a387086ff 100644 --- a/.github/workflows/vcpkg_ci.yml +++ b/.github/workflows/vcpkg_ci.yml @@ -36,7 +36,7 @@ jobs: run: | # TODO some of these should probably live in the Docker build image apt-get update - apt-get install -y pixz xz-utils make + apt-get install -y pixz xz-utils make rpm - name: Build and install remill shell: bash