Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurdoch committed Jun 29, 2024
1 parent 4cce750 commit 054f01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
ARCH=`uname -m`
if [ ! -e /opt/R/$ARCH ]; then sudo mkdir -p /opt/R/$ARCH; sudo chown -R $USER /opt/R; fi
sudo Rscript -e 'dep="c("fribidi", "jpeg"); source("https://mac.R-project.org/bin/install.R"); install.libs(dep)'
sudo Rscript -e 'dep=c("fribidi", "jpeg"); source("https://mac.R-project.org/bin/install.R"); install.libs(dep)'
if ! echo $PATH | grep /opt/R/$ARCH/bin >/dev/null; then echo /opt/R/$ARCH/bin > newPATH; cat $GITHUB_PATH >> newPATH; cat newPATH > $GITHUB_PATH; fi
shell: bash

Expand Down

0 comments on commit 054f01b

Please sign in to comment.