We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4d640 commit 2b8f318Copy full SHA for 2b8f318
.github/workflows/pre-releases.yml
@@ -56,7 +56,7 @@ jobs:
56
lfs: true
57
- uses: actions-rs/toolchain@v1
58
with:
59
- toolchain: 1.59.0
+ toolchain: stable
60
override: true
61
- uses: Swatinem/rust-cache@v2
62
- name: "Prebuild"
.github/workflows/releases.yml
@@ -90,7 +90,7 @@ jobs:
90
- uses: actions/checkout@v3
91
92
93
94
95
- run: |
96
sudo apt-get update
0 commit comments