Skip to content

Commit

Permalink
Use a different docker installation technique.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esen Sagynov committed Mar 21, 2024
1 parent 60bca0b commit 3051266
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Install Docker
run: |
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Docker version
run: docker version
- name: Installing
run: yarn install --frozen-lockfile
- name: Linting
Expand Down

0 comments on commit 3051266

Please sign in to comment.