Skip to content

Commit

Permalink
Trying again.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonawicz committed Sep 17, 2023
1 parent 814c5c4 commit 69010d9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,21 @@ jobs:
matrix:
config:
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: macos-latest, r: 'release'}
# - {os: ubuntu-latest, r: 'release'}
# - {os: ubuntu-latest, r: 'oldrel-1'}
# - {os: macos-latest, r: 'release'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes

steps:
- name: Install Lilypond on Linux
if: matrix.os == 'ubuntu-latest'
if: runner.os == 'Linux'
run: |
sudo apt update -y
sudo apt install -y libpng-dev lilypond
- name: Install Lilypond on Mac
if: matrix.os == 'macos-latest'
run: |
brew install lilypond
- uses: actions/checkout@v3

Expand Down

0 comments on commit 69010d9

Please sign in to comment.