Skip to content

Commit 46c7029

Browse files
authored
Merge branch 'master' into manage_users_changes
2 parents 8e7812a + 600584a commit 46c7029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
ruby-version: ${{ env.RUBY_VERSION }}
3939

4040
- name: Install imagemagick
41-
run: sudo apt-get install -y imagemagick
41+
run: sudo apt-get clean && sudo apt-get update && sudo apt-get install -y imagemagick
4242

4343
- name: Bundle cache
4444
uses: actions/cache@v4

0 commit comments

Comments
 (0)