We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116a30e commit 7ac33d0Copy full SHA for 7ac33d0
.github/workflows/build_binary_for_release.yml
@@ -16,7 +16,7 @@ jobs:
16
- nightly
17
steps:
18
- name: Checkout the repository
19
- uses: actions/checkout@v4
+ uses: actions/checkout@master
20
- name: Setup
21
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
22
- name: Generate the artifacts
0 commit comments