We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fbd8d commit 0821a51Copy full SHA for 0821a51
.github/workflows/rust.yml
@@ -33,7 +33,7 @@ jobs:
33
env:
34
PKG_CONFIG_ALLOW_CROSS: "1"
35
OPENSSL_STATIC: "1"
36
- runs-on: ubuntu-latest
+ runs-on: self-hosted
37
strategy:
38
matrix:
39
target:
@@ -134,7 +134,7 @@ jobs:
134
135
# ---- Release packaging + (optional) publish ----
136
release:
137
138
needs: [build-linux-musl, build-macos-universal, build-windows]
139
steps:
140
- uses: actions/download-artifact@v4
0 commit comments