diff --git a/.circleci/config.yml b/.circleci/config.yml index e2cd2037..98667224 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ jobs: name: Install system build dependencies command: | sudo apt-get update -y - sudo apt-get install -y dpkg fakeroot wine64 + sudo apt-get install -y dpkg fakeroot wine64 rpm - save_cache: key: dependency-cache-{{ checksum "package.json" }}