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 608d211 commit 6397a7eCopy full SHA for 6397a7e
.github/workflows/build.yaml
@@ -35,9 +35,6 @@ jobs:
35
target: x86_64-unknown-linux-gnu
36
- os: macos-latest
37
target: x86_64-apple-darwin
38
- - os: macos-latest
39
- target: aarch64-apple-darwin
40
-
41
runs-on: ${{ matrix.os }}
42
steps:
43
- uses: actions/checkout@v3
@@ -110,6 +107,8 @@ jobs:
110
107
toolchain: stable
111
108
override: true
112
109
targets: ${{ matrix.target }}
+ - run: cargo install cargo-edit
+ - run: cargo set-version ${{ env.MAJOR_VERSION}}.${{ env.MINOR_VERSION }}.${{ github.run_number }}
113
- run: cargo build --all --release --target ${{ matrix.target }}
114
- run: |
115
strip target/${{ matrix.target }}/release/fimbl
0 commit comments