try to fix linux packages yet again
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
@@ -73,16 +73,13 @@ jobs:
|
|||||||
sudo apt-get install -y rpm binutils
|
sudo apt-get install -y rpm binutils
|
||||||
cargo install cargo-generate-rpm cargo-deb
|
cargo install cargo-generate-rpm cargo-deb
|
||||||
|
|
||||||
|
# download!
|
||||||
- name: Download Build Artifacts
|
- name: Download Build Artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: notedeck-linux-bin # Assuming you need the Release build
|
name: notedeck-linux-bin
|
||||||
path: target/release
|
path: target/release
|
||||||
|
|
||||||
# Cache
|
|
||||||
- name: Rust cache
|
|
||||||
uses: Swatinem/rust-cache@v2
|
|
||||||
|
|
||||||
# Build Packages
|
# Build Packages
|
||||||
- name: Build Packages
|
- name: Build Packages
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user