Skip to content

Commit 9970609

Browse files
Esen Sagynovkadishmal
authored andcommitted
Grant permission to access Docker socket.
Docker is required to build some of the packages. Must grant permissions to the socket.
1 parent 6b00279 commit 9970609

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
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)