Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Feb 8, 2025
1 parent e3fff9e commit dd9be71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ inputs:
runs:
using: composite
steps:
- name: Show targets
shell: sh
run: |
rustc --print=target-list
- name: Rust Add target
shell: sh
run: |
Expand Down

0 comments on commit dd9be71

Please sign in to comment.