Skip to content

Commit 7ddafe6

Browse files
author
Esen Sagynov
committed
Grant permission to access Docker socket.
Docker is required to build some of the packages. Must grant permissions to the socket.
1 parent 7b112d1 commit 7ddafe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- uses: actions/setup-node@v1
2121
with:
2222
node-version: ${{ matrix.node }}
23+
- name: Grant Docker permissions
24+
run: sudo chmod 666 /var/run/docker.sock
2325
- name: Installing
2426
run: yarn install --frozen-lockfile
2527
- name: Linting

0 commit comments

Comments
 (0)