mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Reorder release workflow steps
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -66,6 +66,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tool: cross
|
tool: cross
|
||||||
|
|
||||||
|
- name: Overwrite build command env variable
|
||||||
|
if: matrix.use-cross
|
||||||
|
shell: bash
|
||||||
|
run: echo "CARGO=cross" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Install build deps
|
- name: Install build deps
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@@ -74,11 +79,6 @@ jobs:
|
|||||||
sudo apt-get install -y musl-tools
|
sudo apt-get install -y musl-tools
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Overwrite build command env variable
|
|
||||||
if: matrix.use-cross
|
|
||||||
shell: bash
|
|
||||||
run: echo "CARGO=cross" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Build release binary
|
- name: Build release binary
|
||||||
run: ${{ env.CARGO }} build --release --locked --target ${{ matrix.target }}
|
run: ${{ env.CARGO }} build --release --locked --target ${{ matrix.target }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user