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 181a287
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/setup-builder/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,3 @@ runs:
rustup toolchain install ${{ 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 181a287

Please sign in to comment.