Skip to content

Commit

Permalink
GHA: use newer docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Aug 19, 2023
1 parent 00701c1 commit 060e7e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
- uses: actions/checkout@v3

- name: Build base image
run: docker-compose build ${{ matrix.platform }}
run: docker compose build ${{ matrix.platform }}

- name: Build R
run: docker-compose up ${{ matrix.platform }}
run: docker compose up ${{ matrix.platform }}

- name: Copy package
run: |
Expand Down

0 comments on commit 060e7e2

Please sign in to comment.