Skip to content

Commit 59a7c30

Browse files
committed
fix dist build plan
1 parent 480433c commit 59a7c30

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ jobs:
136136
pattern: artifacts-*
137137
path: target/distrib/
138138
merge-multiple: true
139-
- name: Install cargo-auditable
140-
run: ${{ matrix.install_cargo_auditable.run }}
141139
- name: Install dependencies
142140
run: |
143141
${{ matrix.packages_install }}

dist-workspace.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ npm-scope = "@pomsky-lang"
1717
install-path = "CARGO_HOME"
1818
# Whether to install an updater program
1919
install-updater = false
20-
# Whether to embed dependency information using cargo-auditable
21-
cargo-auditable = true

0 commit comments

Comments
 (0)