Skip to content

Commit

Permalink
use cargo for now, i guess?
Browse files Browse the repository at this point in the history
  • Loading branch information
meadowsys committed Nov 2, 2023
1 parent 3aa60ed commit 4b4cf57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
steps:
- name: setup deno
uses: denoland/setup-deno@0df5d9c641efdff149993c321fc27c11c5df8623 # v1.1.3
- name: install system dependencies
run: sudo apt-get update && sudo apt-get install oxipng
- name: install oxipng
run: cargo install oxipng

- name: checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 4b4cf57

Please sign in to comment.