Skip to content

Commit

Permalink
github ci: use default profile for actions-rs
Browse files Browse the repository at this point in the history
Do not explicitly specify the profile and override for
actions-rs. Only specify the toolchain.

This fixes some CI failures caused when building rav1e.
  • Loading branch information
vigneshvg committed Oct 24, 2024
1 parent e9d3134 commit dc2fe07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/setup-common/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,4 @@ runs:
if: ${{ inputs.codec-rav1e == 'LOCAL' }}
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
with:
profile: minimal
toolchain: stable
override: true

0 comments on commit dc2fe07

Please sign in to comment.