mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 11:35:25 +00:00
chore: update CD workflow
This commit is contained in:
parent
900bfa50b9
commit
d50337b5c5
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@ -174,6 +174,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
target: ${{ env.TARGET }}
|
target: ${{ env.TARGET }}
|
||||||
|
|
||||||
|
# for some reason, the above action doesn't seem to set the target correctly
|
||||||
|
- name: Add rustup target
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
rustup target add x86_64-unknown-linux-musl
|
||||||
|
|
||||||
- name: Install cargo-deb
|
- name: Install cargo-deb
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user