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 6143089 commit cba1a33Copy full SHA for cba1a33
.github/workflows/cd.yml
@@ -29,14 +29,14 @@ jobs:
29
strategy:
30
matrix:
31
include:
32
- # - os: macos-latest
33
- # target: x86_64-apple-darwin
34
- # - os: ubuntu-latest
35
- # target: x86_64-unknown-linux-gnu
+ - os: macos-latest
+ target: x86_64-apple-darwin
+ - os: ubuntu-latest
+ target: x86_64-unknown-linux-gnu
36
- os: macos-latest
37
target: aarch64-apple-darwin
38
39
- # target: x86_64-unknown-linux-musl
+ target: x86_64-unknown-linux-musl
40
steps:
41
- uses: actions/checkout@v4
42
Cargo.lock
0 commit comments