Skip to content

Commit 0f315e0

Browse files
author
Andrei Neagu
committed
refactor
1 parent 5a4cfb5 commit 0f315e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ jobs:
13051305
- name: show system version
13061306
run: ./ci/helpers/show_system_versions.bash
13071307
- name: install 7zip
1308-
run: ./ci/github/helpers/install_7zip.bash
1308+
run: sudo ./ci/github/helpers/install_7zip.bash
13091309
- name: install
13101310
run: ./ci/github/unit-testing/dynamic-sidecar.bash install
13111311
- name: typecheck

ci/github/helpers/install_7zip.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ set -o nounset # abort on unbound variable
99
set -o pipefail # don't hide errors within pipes
1010
IFS=$'\n\t'
1111

12-
apt-get install p7zip-full
12+
exec "$( dirname -- "$0"; )"/../../../scripts/install_7zip.bash

0 commit comments

Comments
 (0)