Skip to content

Commit

Permalink
Fix: apt and homebrew CI commands
Browse files Browse the repository at this point in the history
  • Loading branch information
HotelCalifornia committed Jul 7, 2020
1 parent 027821b commit 67b0d61
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
- name: prepare workspace
run: mkdir build
- name: install dependencies
uses: ryankurte/[email protected]
with:
packages: "zlib1g-dev liblzo2-dev liblzma-dev libpng-dev libfreetype6-dev libfontconfig1-dev libicu-dev libsdl2-dev"
run: "sudo apt-get install -y zlib1g-dev liblzo2-dev liblzma-dev libpng-dev libfreetype6-dev libfontconfig1-dev libicu-dev libsdl2-dev"
- name: cmake
run: |
pushd build
Expand All @@ -42,13 +40,9 @@ jobs:
- name: prepare workspace
run: mkdir build
- name: brew update
uses: artemnovichkov/[email protected]
with:
args: "update"
run: "brew update"
- name: install dependencies
uses: artemnovichkov/[email protected]
with:
args: "install zlib lzo xz libpng freetype fontconfig icu4c sdl2"
run: "brew install zlib lzo xz libpng freetype fontconfig icu4c sdl2"
- name: cmake
run: |
pushd build
Expand Down

0 comments on commit 67b0d61

Please sign in to comment.