Skip to content

Update Rust crate arti-client to 0.17.0 #288

Update Rust crate arti-client to 0.17.0

Update Rust crate arti-client to 0.17.0 #288

Workflow file for this run

on:
push:
branches:
- 'master'
name: 'Package: Debian GNU + Linux (x86_64)'
jobs:
deb_x86-64:
name: Debian GNU + Linux (x86_64)
runs-on: ubuntu-latest
steps:

Check failure on line 12 in .github/workflows/deb.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deb.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
- name: Checkout codebase
uses: actions/checkout@v3
- name: Install development dependencies
run: |
sudo apt-get update > /dev/null
sudo apt-get install -qq libssl-dev build-essential > /dev/null
- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
target: x86_64-unknown-linux-gnu
default: true
profile: minimal
- name: Install 'cargo-deb'
uses: actions-rs/cargo@v1
with:
command: install
args: cargo-deb
- name: Build & package depi
uses: actions-rs/cargo@v1
with:
command: deb
args: --separate-debug-symbols -- --target x86_64-unknown-linux-gnu
- name: Upload depi build artifact to GitHub
uses: actions/upload-artifact@v3
with:
name: x86_64-depi.deb.gnu+linux
path: ./target/debian/depi_*_amd64.deb
if-no-files-found: error