Skip to content

Commit

Permalink
installing zip for windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelwiss committed Aug 28, 2024
1 parent 3f6a9db commit e105523
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy_retro_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
- name: Get latest CMake and ninja
# Using 'latest' branch, the most recent CMake and ninja are installed.
uses: lukka/get-cmake@latest

- name: Install dependencies
# We don't actually use these dependencies, but they are needed for find package.
run: |
sudo apt-get update
sudo apt-get install -y zip
- name: Build 🔧
run: |
mkdir build
Expand Down

0 comments on commit e105523

Please sign in to comment.