summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci_pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci_pipeline.yml')
-rw-r--r--.github/workflows/ci_pipeline.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml
index d7ba7bba..1783ef52 100644
--- a/.github/workflows/ci_pipeline.yml
+++ b/.github/workflows/ci_pipeline.yml
@@ -13,9 +13,8 @@ name: ci_pipeline
on:
push:
- branches: [main, 'release-*']
+ branches: [ main, 'release-*' ]
workflow_dispatch:
- branches: [main, 'release-*']
env:
CARGO_TERM_COLOR: always
@@ -154,7 +153,7 @@ jobs:
# https://github.com/marketplace/actions/rust-cargo
with:
command: install
- args: cargo-deb --version 1.34.2
+ args: cargo-deb --version 1.38.1
- name: Build tedge debian package
uses: actions-rs/cargo@v1
@@ -283,7 +282,7 @@ jobs:
# https://github.com/marketplace/actions/rust-cargo
with:
command: install
- args: cargo-deb --version 1.34.2
+ args: cargo-deb --version 1.38.1
- name: install cargo-strip
uses: actions-rs/cargo@v1