Skip to content

Commit

Permalink
fix: change package install way
Browse files Browse the repository at this point in the history
  • Loading branch information
mrneo240 committed Nov 13, 2022
1 parent 22a824d commit 9403092
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Check out source code
uses: actions/checkout@v3
- name: Install compilation packages and image tools
run: apt install gcc make imagemagick
uses: ConorMacBride/install-package@v1
with:
apt: gcc make imagemagick
- name: Setup folders and compile tools
run: sh ./setup.sh
- name: Convert and pack images
Expand Down

0 comments on commit 9403092

Please sign in to comment.