Skip to content

Commit

Permalink
add teh matrix target
Browse files Browse the repository at this point in the history
  • Loading branch information
unsign3d committed Feb 26, 2025
1 parent f93c591 commit 0c1eac2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- uses: ruby/setup-ruby@v1
- name: Update Rust
run: rustup update
- name: Add matrix target
run: rustup target add ${{matrix.target}}

# Target older versions of OSX (as old as we reasonably can) to ensure we
# can run across a wide variety of systems.
Expand Down

0 comments on commit 0c1eac2

Please sign in to comment.