Skip to content

Commit

Permalink
Grant permission to access Docker socket.
Browse files Browse the repository at this point in the history
Docker is required to build some of the packages. Must grant permissions to the socket.
  • Loading branch information
Esen Sagynov authored and kadishmal committed Mar 21, 2024
1 parent 6b00279 commit 9970609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Grant Docker permissions
run: sudo chmod 666 /var/run/docker.sock
- name: Installing
run: yarn install --frozen-lockfile
- name: Linting
Expand Down

0 comments on commit 9970609

Please sign in to comment.