Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Jan 19, 2025
1 parent 397a5ee commit 6798167
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:

jobs:
build-deploy:
runs-on: ubuntu-latest
# Change to Ubuntu 22.04 which has ICU 70
runs-on: ubuntu-22.04

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -31,11 +32,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libicu-dev
- name: Install stringi first
run: |
install.packages("stringi", configure.args="--disable-pkg-config", repos="https://cloud.r-project.org")
shell: Rscript {0}

- name: Query R package dependencies
run: |
install.packages(c('remotes', 'here'))
Expand Down

0 comments on commit 6798167

Please sign in to comment.