Skip to content

Commit

Permalink
Env var?
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed May 11, 2024
1 parent 99d3582 commit 61077ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: addnab/docker-run-action@v3
with:
image: debian:sid
options: -v ${{ github.workspace }}:/quickjsr -e MAKEFLAGS="-j2" --platform=${{ matrix.config.platform }}
options: -v ${{ github.workspace }}:/quickjsr --platform=${{ matrix.config.platform }}
run: |
apt-get update && apt-get install -y r-base-dev pandoc locales
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
Expand Down

0 comments on commit 61077ec

Please sign in to comment.