Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsgroen committed Oct 10, 2024
1 parent cbbb992 commit 27d59fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,14 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libmagickwand-dev imagemagick

- uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- name: Setup environment and database
run: |
cp env.example .env
Expand Down

0 comments on commit 27d59fc

Please sign in to comment.