Skip to content

Commit

Permalink
ci: update cd.yml for cpp project
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 12, 2022
1 parent bd70b5e commit a680933
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions template/.github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
jobs:
{% if proj_type == "bin" %}
publish:
name: Publishing for {{ "${{ matrix.job.os " }}}}
runs-on: {{ "${{ matrix.job.os " }}}}
strategy:
matrix:
rust: [stable]
Expand Down Expand Up @@ -38,12 +36,8 @@ jobs:
architecture: arm64
binary-postfix: ""
use-cross: true
- os: ubuntu-latest
os-name: linux
target: i686-unknown-linux-gnu
architecture: i686
binary-postfix: ""
use-cross: true
name: Publishing for {{ "${{ matrix.job.os " }}}}
runs-on: {{ "${{ matrix.job.os " }}}}

steps:
- name: Checkout repository
Expand Down

0 comments on commit a680933

Please sign in to comment.