Skip to content

Commit 9417581

Browse files
ci: fix using apt for docker
Docker debian/ubuntu images are sudoless. Follows #264
1 parent 07b936d commit 9417581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/packing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ jobs:
503503
- name: Install the crud module for testing purposes
504504
run: |
505505
curl -L https://tarantool.io/release/2/installer.sh | bash
506-
sudo apt install -y tt
506+
apt install -y tt
507507
tt rocks install crud
508508
509509
- name: Run tests

0 commit comments

Comments
 (0)