Skip to content

Commit

Permalink
fix docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 2, 2024
1 parent 8861023 commit dd02fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
# Run package checks
docker run --rm \
--platform ${{ matrix.config.arch }}
--platform ${{ matrix.config.arch }} \
-e _R_CHECK_FORCE_SUGGESTS_=false \
-e _R_CHECK_CRAN_INCOMING_=false \
-v $(pwd):/workspace -w /workspace \
Expand Down

0 comments on commit dd02fec

Please sign in to comment.