Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zeankundev authored Nov 5, 2022
1 parent 6c105fd commit c24a9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
command: |
sudo apt-get update -y
sudo dpkg --add-architecture i386 && sudo apt-get update -y
sudo apt-get install -y dpkg fakeroot wine32 wine64
sudo apt-get install -y dpkg fakeroot wine32 wine64 rpm
- save_cache:
key: dependency-cache-{{ checksum "package.json" }}
paths:
Expand Down

0 comments on commit c24a9bd

Please sign in to comment.