Skip to content

Commit

Permalink
fix workflow configuration (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby authored Jan 4, 2025
1 parent 03a0618 commit 013c756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
persistent-credentials: false
persist-credentials: false
- name: Install Rust (rustup)
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
shell: bash
Expand Down

0 comments on commit 013c756

Please sign in to comment.