Skip to content

Commit

Permalink
does this fix it?
Browse files Browse the repository at this point in the history
  • Loading branch information
mberndt123 committed Aug 27, 2024
1 parent de51263 commit 40b4b8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
java-version: ${{ matrix.java }}
- name: Cache scala dependencies
uses: coursier/cache-action@v6
- name: Setup docker-compose
uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: '2.14.2'
- name: Start containers
run: |
chmod -R 777 ./zio-ftp/ftp-home/
Expand Down

0 comments on commit 40b4b8d

Please sign in to comment.