Skip to content

Commit

Permalink
remove unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Feb 13, 2024
1 parent f9ba2cf commit b5ea4f5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/actions/setup-builder/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,5 @@ runs:
run: |
echo "Installing ${{inputs.rust-version}}"
rustup toolchain install ${{ inputs.rust-version}}
rustup default ${{inputs.rust-version }}
rustup default ${{inputs.rust-version}}
rustup component add rustfmt
- name: Configure rust runtime env
uses: ./.github/actions/setup-rust-runtime
- name: Fixup git permissions
# https://github.com/actions/checkout/issues/766
shell: bash
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

0 comments on commit b5ea4f5

Please sign in to comment.