Skip to content

Commit

Permalink
try buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
alterationx10 committed Dec 30, 2024
1 parent 38529a0 commit 7a44438
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,11 @@ on:
jobs:
build:
runs-on: "ubuntu-latest"
services:
docker:
image: docker:dind
options: --privileged
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Docker
run: |
sudo apt-get update
sudo apt-get install -y docker.io
- uses: docker/setup-buildx-action@v3
- uses: coursier/cache-action@v6.4
- uses: VirtusLab/scala-cli-setup@v1.5
- run: scala-cli test branch

0 comments on commit 7a44438

Please sign in to comment.