Skip to content

Commit d3a9dfd

Browse files
committed
fix: use correct --no-install-recommends arg
1 parent 61fecb2 commit d3a9dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: wget "https://github.com/ICIJ/datashare-installer/releases/download/${{ env.DATASHARE_VERSION }}/${{ env.DATASHARE_PACKAGE }}"
3333

3434
- name: Install Datashare
35-
run: sudo apt install --no-install-recommends -y ./${{ env.DATASHARE_PACKAGE }} -no-install-recommends
35+
run: sudo apt install --no-install-recommends -y ./${{ env.DATASHARE_PACKAGE }}
3636

3737
- name: Run Datashare in background
3838
run: mkdir -p tmp && yarn run test:datashare &

0 commit comments

Comments
 (0)