Skip to content

Commit dfe64b6

Browse files
committed
use apt-get since apt is not meant for scripting
1 parent e2b34d0 commit dfe64b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
DEBUG: electron-builder
6969
- name: Normalize tarballs for reproducibility
7070
run: |
71-
sudo apt install strip-nondeterminism
71+
sudo apt-get install -y strip-nondeterminism
7272
strip-nondeterminism dist/*.tar.gz
7373
- name: Debug info
7474
run: node scripts/print-file-tree.js dist

0 commit comments

Comments
 (0)