Skip to content

Commit

Permalink
sudo first attempt at pr tests gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
alterationx10 committed Dec 30, 2024
1 parent 8d43153 commit 38529a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fetch-depth: 0
- name: Setup Docker
run: |
apt-get update
apt-get install -y docker.io
sudo apt-get update
sudo apt-get install -y docker.io
- uses: coursier/cache-action@v6.4
- uses: VirtusLab/scala-cli-setup@v1.5
- run: scala-cli test branch

0 comments on commit 38529a0

Please sign in to comment.