aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 4cb9cd5..2f4af6f 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -63,10 +63,8 @@ jobs:
- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1
with:
- profile: minimal
+ toolchain: stable
target: ${{ matrix.target }}
- toolchain: ${{ matrix.rust }}
- override: true
- name: cargo build
uses: actions-rs/cargo@v1