We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f809687 commit 0d61f30Copy full SHA for 0d61f30
.github/workflows/R-CMD-check-cross.yaml
@@ -44,7 +44,7 @@ jobs:
44
if: matrix.config.platform != 'FreeBSD'
45
uses: addnab/docker-run-action@v3
46
with:
47
- image: debian:experimental-slim
+ image: debian:experimental
48
options: -v ${{ github.workspace }}:/quickjsr --platform=linux/${{ matrix.config.platform }} -e DEBIAN_FRONTEND=noninteractive -e TZ=Etc/UTC -e LANG=en_AU.UTF-8
49
run: |
50
apt-get update
0 commit comments