Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Feb 4, 2025
1 parent aebb516 commit 63f400f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
permissions: write-all

steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Install dependencies
run: brew install messense/macos-cross-toolchains/x86_64-unknown-linux-gnu mingw-w64

- name: Checkou repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 63f400f

Please sign in to comment.