Skip to content

Commit 6a831b3

Browse files
authored
Remove system dependencies installation step
Removed installation of system dependencies for the workflow.
1 parent 1413da9 commit 6a831b3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/md5checker.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ jobs:
6464
with:
6565
crystal: latest
6666

67-
- name: Install system dependencies
68-
run: |
69-
brew install gtk+3 openssl@3
70-
sudo gem install fpm
71-
7267
- name: Build DMG package
7368
working-directory: examples/md5_checker
7469
run: |

0 commit comments

Comments
 (0)