Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 8ac53bf

Browse files
committed
needed sudo to install OS pkg, obviously
1 parent 086ff96 commit 8ac53bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515

1616
- name: Install dependencies for chromedp
17-
run: apt-get install -y libnspr4 libnss3 libexpat1 libfontconfig1 libuuid1
17+
run: sudo apt-get install -y libnspr4 libnss3 libexpat1 libfontconfig1 libuuid1
1818

1919
- name: Start containers (PostgreSQL, MongoDB, Redis)
2020
run: docker-compose -f "docker-compose-unittest.yml" up -d

0 commit comments

Comments
 (0)