Skip to content

Commit

Permalink
Update build_binary_for_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith authored Feb 15, 2024
1 parent 116a30e commit 7ac33d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_binary_for_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- nightly
steps:
- name: Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@master
- name: Setup
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- name: Generate the artifacts
Expand Down

0 comments on commit 7ac33d0

Please sign in to comment.