Skip to content

Commit

Permalink
updated ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naqvis committed Mar 6, 2024
1 parent a6ec80a commit fd6faa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run:
# we only need the library
sudo apt-get install --fix-missing -qq -o Acquire::Retries=3 libvips-dev
sudo apt-get update && sudo apt-get install libvips-dev
- name: Run tests
run: crystal spec --error-trace -v spec
- name: Check formatting
Expand Down

0 comments on commit fd6faa3

Please sign in to comment.