Skip to content

Commit a32ede0

Browse files
Updating workflow to not setup rust outside the build script as it has no consequence inside the docker instance that builds
1 parent c226b96 commit a32ede0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build_binary_for_release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
steps:
1111
- name: Checkout the repository
1212
uses: actions/checkout@master
13-
- name: Setup
14-
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
1513
- name: Generate the artifacts
1614
uses: skx/github-action-build@master
1715
- name: Upload the artifacts

0 commit comments

Comments
 (0)