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 addd40f commit fa6ff80Copy full SHA for fa6ff80
.github/workflows/release.yaml
@@ -10,13 +10,13 @@ jobs:
10
strategy:
11
matrix:
12
job:
13
- # - os: ubuntu-latest
14
- # target: x86_64-unknown-linux-gnu
15
16
- # target: x86_64-unknown-linux-musl
17
- # use-cross: true
18
- # - os: macos-latest
19
- # target: x86_64-apple-darwin
+ - os: ubuntu-latest
+ target: x86_64-unknown-linux-gnu
+ target: x86_64-unknown-linux-musl
+ use-cross: true
+ - os: macos-latest
+ target: x86_64-apple-darwin
20
- os: windows-latest
21
target: x86_64-pc-windows-msvc
22
steps:
0 commit comments